Open fredtj opened 4 years ago
This is expected. As btrbk can not know about mount points, it tries to find the path at "target" and aborts the backup if it is not present.
In your case, no snapshots are created as snapshot_create ondemand
is set and the target aborted.
As this is a common use-case, I'm thinking of implementing something like "graceful abort" option, which would then not treat it as an error in this case.
As this is a common use-case, I'm thinking of implementing something like "graceful abort" option, which would then not treat it as an error in this case.
I'd love this. I have backup disks that I'd like to specify as resume targets rather than using archive, but I've never been able to find a way to make it work without erroring when the disks are detached.
hello, I'm having some trouble setting this up to take snapshots locally with a copy to USB disk that may or may not be connected, as per your example on the readme page, config:
when USB disk is detached, /mnt/backup exists, but
@backups
(a subvolume) does not. btrbk complains however:is this to be expected and I can ignore the error?