I’ve been using Bash scripts with cronjobs to schedule daily backups, and then sync the backup to BackblazeB2 after the local backup has completed.
However, it’s a bit messy and has a failure point where a locally corrupted repo could be uploaded to the remote repo. It also doesn’t send emails on failure or success.
two repos, one local one remote, alternating between them manually, using https://gitlab.com/stormking/resticguigx/ (I wrote that)
This looks great. I wonder if it’s possible to expose this to the (local) internet so I can access it via e.g. restic.mydomain.com
nope, but you’re not the first one to ask, so maybe I’ll write that one day.