I’m moving from Restic, and having studies Borg pretty thoroughly, I realized that this is where I want to be. I’ve read the docs and am left with three burning questions:
-
What happens when a backup is interrupted? With Restic, I have an atomic rsync that I use, which copies my local backup to remote. If I am to use duplicacy for remote backups, on a laptop that can be powered up and down regularly, with network outages, I need to know how it deals with these issues.
-
I’m confused why
duplicacy backup
depends on us running it from the within the repo. Why not flags like perhaps-backup-dir
and-snapshot-id
to indicate via the command itself, which backup we want? -
Is it possible to use duplicacy to make a backup that covers multiple backends eg., if I want to back up 220GB on three backends of 100GB each? Is there some way to do this? In
rclone
it’s called a “union remote.”