mastodon.me.uk is one of the many independent Mastodon servers you can use to participate in the fediverse.
Open, user-supported, corporation-free social media for the UK.

Administered by:

Server stats:

504
active users

What do folks like for Linux offsite backup providers?

I have a Linux desktop with 1-2 TB of data that I want backed up on someone else's servers. I'm currently using Crashplan but my primary use case is data corruption which leads to lost files, and crashplan won't show me a list of recently deleted files that I need to restore. (also they're more business than individual focused now)

Willing to pay, looking for recommendations.

Will T

@hwesta I use Borg (via borgmatic on a server, and either Vorta or Pika on desktop). When I last had the issue of "did some files get deleted?" I ran a new backup then compared it to the previous using Vorta's UI for this Borg feature. Don't know if you can compare the last backup to the current on-disk state.

@hwesta
I store the backups on rsync.net. They have discounts for Borg users: rsync.net/products/borg.html. It's a very spartan service: all you get is an ssh connection to a server, but no shell, just access to a restricted set of commands; and a minimal web interface to manage your quota.

BorgBase borgbase.com/ provides a less spartan web interface & slightly different pricing structure.

www.rsync.netCloud Storage for Offsite Backups - borg supportrsync.net offers secure cloud storage on an open standards platform for offsite backup and disaster recovery

@hwesta The answer is in this FAQ borgbackup.readthedocs.io/en/s

borg export-tar /path/to/repo::archive-name - | tar --compare -f - -C /path/to/compare/to

A bit obscure and involves actually downloading the backup. Not ideal. I found "make a new snapshot then diff on server" to be OK.

borgbackup.readthedocs.ioFrequently asked questions — Borg - Deduplicating Archiver 1.2.8 documentation