1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

retain backups only for 3 days; beyond that the user is responsible for copying files off of the machine

This commit is contained in:
Joshua Tauberer
2014-10-12 21:08:00 +00:00
parent 495790d81d
commit fb3045f456
2 changed files with 5 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ from utils import exclusive_process, load_environment, shell
# destroy backups when the most recent increment in the chain
# that depends on it is this many days old.
keep_backups_for_days = 14
keep_backups_for_days = 3
def backup_status(env):
# What is the current status of backups?