Merge branch 'master' of https://github.com/fredrik-eriksson/zsnapper
This commit is contained in:
@ -228,6 +228,7 @@ def send_snapshots(fslist, snapshots, config, sudo):
|
||||
log.info('{} successfully sent to remote'.format(fs))
|
||||
except zsnaplib.ZFSSnapshotError as e:
|
||||
log.warning(e)
|
||||
failed_snapshots.add(fs)
|
||||
return failed_snapshots
|
||||
|
||||
def weed_snapshots(fslist, snapshots, config, sudo, failed_snapshots):
|
||||
|
Reference in New Issue
Block a user