Comment on Cheapest way to back up a *lot* of data?
crater2150@feddit.org 5 days agoI’m not sure if supports encryption though, which is probably where a dedicated server would be useful.
Well, ideally you encrypt your data before transferring, so the provider never sees your data. I’m using a storagebox to backup btrfs incremental snapshots (using btrbk) and just AES encrypt them locally before sending them over, so I don’t care if the storagebox itself is encrypted.
dan@upvote.au 4 days ago
Definitely… I use Borgbackup for my backups, which encrypts the backups before sending them to the remote server. Not all use cases can do that though, for example some use cases where you mount the storage using iSCSI or NFS.