big a probable bug with backups v2

This commit is contained in:
usmannasir
2024-04-02 10:59:19 +04:00
parent c6f2c7be83
commit 31f2450fdc

View File

@@ -1501,7 +1501,8 @@ Automatic Backupv2 failed for %s on %s.
else:
value['lastRun'] = time.strftime("%m.%d.%Y_%H-%M-%S")
background.DeleteSnapshots(f"--keep-daily {value['retention']}")
if function == '1 Week':
background.DeleteSnapshots(f"--keep-daily {value['retention']}")
except BaseException as msg:
print("Error: [v2Backups]: %s" % str(msg))
logging.writeToFile('%s. [v2Backups]' % (str(msg)))