From 48049f68b612130527872d69bd34310eed97ef24 Mon Sep 17 00:00:00 2001 From: Fredrik Eriksson Date: Sat, 21 Jun 2025 09:15:58 +0200 Subject: [PATCH] return success if snapshots not sent because health check fails. --- bin/zsnapper | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/zsnapper b/bin/zsnapper index 1238663..3dfb05d 100644 --- a/bin/zsnapper +++ b/bin/zsnapper @@ -375,8 +375,6 @@ def main(): snapshots = zsnaplib.get_snapshots(local_zfs_cmd) failed_send = send_snapshots(fslist, snapshots, config) - if failed_send: - ret = RET_CODES['ERROR'] failed_snapshots.update(failed_send) for remote in remotes.keys(): failed_send = send_snapshots(