Does anyone have any recommendations for good backup software? My use case is pretty simple. I have an external usb drive I want to backup to every so often. Both the source and backup drives are 8TB capacity (I’m not even close to using the full capacity yet)
Normally the backup drive is left unplugged but I want to be able to plug it in run the backup software to copy across anything new then unplug it again for storage.
Simple file backup (not looking to do a full bootable OS drive backup or anything)
Thank you
I use restic.
Borg has worked well for me. Also supports compression, encryption and deduplication.
Borg is basically the gold standard.
This will work perfectly for OP
And the documentation is great!
Restic is my go-to.
FreeFileSync is FOSS and works pretty well for me. It can be set up for automated sync on a schedule or you can just manually sync files between two destinations. I haven’t really tinkered with the automated stuff but if what you want is to open up a program and hit a button to sync, it can definitely do that.
Bvckup (not a typo)
Made by a little Swiss company, extremely light but very competent. Stays completely out of your way unless it absolutely must get your attention (which is usually never).
I think it’s paid only but it’s very reasonable. Works great in intermittent situations, I. E. It won’t blow up if it tries to run a scheduled backup and the source or target is disconnected etc… Works very well for me for a decade.
Hey, I’d recommend taking a look at Syncthing. It’s software that runs locally, and you can configure the synchronisation to occur in a unidirectional flow instead of bidirectional. I.e. configure it to only synchronise data from the source drive to the backup drive.
Hope this helps and all the best!
EDIT: As pointed out, Syncthing is more suited to syncing data between two or more devices so may not be the right solution for OPs use case.
I’m using good old rsync in a command line
Am I the only one out here using Clonezilla? Am I that out of touch?
No it’s the children who are wrong.
Am I the only one here who uses backintime? It is easy to use and supports incremental backups.
Lot’s of recommendations here thank you everyone. Will take me a little bit of time to read through all the options here but there looks to be same great solutions.
Thank you very much.