I looked at Borg, didn’t see a GUI, but Borgwarehouse look good. It’s on the list. Thanks
Comment on Best Back Up Solution For Multiple Servers
Darkassassin07@lemmy.ca 1 week ago
I will always recommend Borg backup just because of it’s compression+de-duplication algorithms:
550gb of raw data, 18 historical backups going back over a year, only 400gb of disc space used to store them all…
You can backup directly to remote servers via ssh, nfs, or directly between two borg instances, optionally encrypted in transit and at rest.
Borg is a CLI tool normally, but there are a number of GUI frontends you can use if you really want: Vorta, BorgWeb, and BorgWarehouse for example. (I’ve not used any of these, just examples from a google search)
irmadlad@lemmy.world 1 week ago
a@91268476.xyz 1 week ago
@Darkassassin07 @irmadlad @selfhosted I'm using restic, but I'm getting to a point where borgwarehouse might be a better solution, thanks!
rice@lemmy.org 1 week ago
restic also written to do what borg does but fix a bunch of the shortcomings that they also now fixed in the new 2.0/2.x versions
Lem453@lemmy.ca 5 days ago
I use self hosted borg repo to backup to a local server and then also borgbase is a service that allows remote backup.
Borgmatic automates all of this.
Dave@lemmy.nz 1 week ago
I use Borgmatic for my scheduled backups, and sync to Backblaze B2 with Rclone. Works great!
My data doesn’t compress as well as yours though.