We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06aada5 commit b67541bCopy full SHA for b67541b
mongodb_consistent_backup/Rotate.py
@@ -67,7 +67,7 @@ def rotate(self):
67
logging.info("Backup %s exceeds max age %.2f days, removing backup" % (backup["name"], self.max_days))
68
self.remove(ts)
69
continue
70
- logging.info("Keeping backup %s" % backup["name"])
+ logging.info("Keeping previous backup %s" % backup["name"])
71
kept_backups += 1
72
else:
73
logging.info("Backup %s exceeds max backup count %i, removing backup" % (backup["name"], self.max_backups))
0 commit comments