I'm planning to try out Linux Mint and want to ensure I have proper backups in place first. I currently have two Samsung 980 Pro SSDs: a 1TB C: drive and a 2TB D: drive, which I intend to use for Linux. I also have a small 32GB flash drive. Since I want to dual boot, switching back and forth between Linux and Windows might happen, and I want to know the best backup methods to use before making the switch.
5 Answers
There are many options for backing up your data depending on your needs. If you’re looking for straightforward data backups, tools like rsync or grsync are popular in Linux. The built-in backup tool in Linux Mint also allows for easy backups of your home directory.
Consider checking out guides for transitioning to Linux, which often include backup tips and recommended tools. Look for articles or community wikis that discuss backup strategies when moving to Linux, and remember to verify your backups regularly.
I highly recommend using Timeshift to automate your backups with scheduled snapshots. I'm a fan of the 3-2-1 backup strategy: keep three copies of your data, store two of those on different devices, and have one offsite or in the cloud to keep things safe. Just sync your online backups with all your devices to ensure you always have up-to-date copies.
In addition to Timeshift, I like using Pika Backup for my home directory, just to add an extra layer of safety.
For files that are crucial, cloud storage can be a good catch, especially for documents. You likely won’t need 2TB of storage just for backups, so focus on what's really important to you like text files and personal documents.
You can back up your files in the same way you would on Windows, even if you're transitioning to Linux. If you don’t have extra drives for backups, you might need to invest in some or consider using cloud storage for your important files.

Thanks for the tips, that sounds really useful!