diff --git a/@xen-orchestra/backups/Backup.js b/@xen-orchestra/backups/Backup.js index 74f9af520..cfde10954 100644 --- a/@xen-orchestra/backups/Backup.js +++ b/@xen-orchestra/backups/Backup.js @@ -230,7 +230,7 @@ exports.Backup = class Backup { // remove srs that failed (already handled) srs = srs.filter(_ => _ !== undefined) - if (remoteAdapters.length === 0 && srs.length === 0) { + if (remoteAdapters.length === 0 && srs.length === 0 && scheduleSettings.snapshotRetention === 0) { return }