mailcow: Reduce number of backups to keep
This commit is contained in:
parent
98b50440e4
commit
4b30b034c5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
name: "Backup mailcow daily"
|
name: "Backup mailcow daily"
|
||||||
minute: "5"
|
minute: "5"
|
||||||
hour: "4"
|
hour: "4"
|
||||||
job: "MAILCOW_BACKUP_LOCATION=/srv/mailcow-backups /srv/mailcow-dockerized/helper-scripts/backup_and_restore.sh backup all --delete-days 8"
|
job: "MAILCOW_BACKUP_LOCATION=/srv/mailcow-backups /srv/mailcow-dockerized/helper-scripts/backup_and_restore.sh backup all --delete-days 5"
|
||||||
|
|
||||||
# Manual steps:
|
# Manual steps:
|
||||||
# - Open ports / disable postfix
|
# - Open ports / disable postfix
|
||||||
|
|
Loading…
Add table
Reference in a new issue