How can I easily sync two external HDD backups on Linux Mint?

0
13
Asked By CuriousCat42 On

I'm using Linux Mint for my daily tasks and I have two external HDDs that hold identical copies of my personal files, like photos, documents, videos, and dotfiles. Each backup is about 500GB, and managing updates—like copying, deleting, or adding files—manually is a real hassle. I'm worried about making mistakes and losing sync between the two backups. I prefer having physical backups since I don't trust cloud storage for sensitive files and want to avoid extra costs. I'm looking for a software solution, preferably with a user-friendly GUI, that allows me to manage the backups more efficiently, ideally by updating the second disk automatically when I change the first one. Any suggestions?

3 Answers

Answered By SyncMaster9 On

For a reliable sync solution, look into the Syncthing application. It runs in the background and automatically syncs the files between your two HDDs without manual intervention. Just set it up to monitor the folders where your files are stored, and it will take care of the rest!

Answered By TechieTommy On

Have you tried using the `rsync` tool? It's really efficient for syncing files between directories. If you prefer a GUI, check out the Pika Backup app. It's a Flatpak that lets you select your source and destination drives easily. You can even schedule backups at specific times, like setting it to sync the drives every Friday. It's very flexible and gives you various options for how and when to back up your files, so you'll have peace of mind knowing both drives are up to date.

Answered By FileGuru88 On

Just a heads up, there's a difference between backups and syncing! You'll want to clarify what you're doing with your files. If you're looking for a tool to keep both HDDs up to date with identical copies, that sounds like syncing. Make sure to find a tool that allows for this so you don't have to do any manual copying or pasting.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.