borg: emit warning if rc=1, fixes #11311
-
mentioned in merge request !51 (closed)
-
@lavamind I think you cannot replace warning by fatal like that, because as I understand it, fatal will exit backupninja and the next handler will not be called. So I believe failure in removing old backup should be a warning, not a fatal error.
-
@maethor
fatal
only exits the current handler, it'shalt
that causes other backup actions to be skipped, see https://0xacab.org/liberate/backupninja/-/blob/master/src/backupninja.in#L585
Please register or sign in to comment