I’m using proxmox backup server to make copies of full virtual machines, it takes care of encryption and verification of the data, so it’s not exactly the same than your scenario. Borg Backup is commonly recommended, but restic and dejadup are worth checking out too.
Comment on Simple inexpensive cloud backup?
flork@lemy.lol 1 day agoWhat does the setup look like on your end? Is there like, an app? Also how would I look into managing encryption by myself?
IsoKiero@sopuli.xyz 1 day ago
872XXE@feddit.org 1 day ago
I use Borg Backup to backup specific folders of my hard disk to my hetzner storage box.
The software is triggered by corn/systemd to start a backup.
clif@lemmy.world 1 day ago
Does borg need an entire python venv?
I was looking at “modern” backup tools while back and when I saw borg was python I decided not to bother.
Instead I focused on restic for a little while and then rsync was already there and I already knew the commands so… Rsync. Though I still have restic on my list.
Scrollone@feddit.it 20 hours ago
If you want to go on the restic route, you can try BackRest: it’s a web interface for restic with graphs and all.