Comment on Simple inexpensive cloud backup?
IsoKiero@sopuli.xyz 1 day ago
I use hetzner storagebox for similar needs. It’s not encrypted, so you need to manage that by yourself, but they support a ton of protocols and pricing is decent, even if they’re increasing the price shortly.
flork@lemy.lol 1 day ago
What does the setup look like on your end? Is there like, an app? Also how would I look into managing encryption by myself?
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 22 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.
IsoKiero@sopuli.xyz 1 day ago
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.