I'm new to using Linux Mint for my home server, and I'm starting to worry about my backup plans. I have TrueNAS set up in a virtual machine, and I've already configured it to back up an 'emergency kit' folder to the cloud. This folder contains critical files for my programs to avoid spending a ton of time reinstalling everything if something goes wrong. Some of my apps, like Home Assistant, have built-in backup features that run daily, but others, like Jellyfin and n8n, don't have that option. I'm looking for a way to run daily incremental backups of critical files and configurations into that emergency kit folder—what services or applications should I consider for this task? I've found various options online but am unsure how many can really run on a schedule.
1 Answer
You've got some good options! First off, never rely on just one backup method—it's smart to use multiple sources like an external drive, cloud storage, and your NAS. For incremental backups, Mint comes with Timeshift pre-installed, which is a fantastic place to start. You can also create scripts and set up a cron job to automate the backup process. Timeshift is designed to make this super easy, too!

Thanks for the tip! I really want to try Timeshift, but I ran into an issue installing it. I get an error saying that it's already installed, but I'm having trouble opening it. Any ideas on what to do next to get it running?