new cron to log backup files.

This commit is contained in:
2020-04-29 18:26:31 +00:00
parent 2408f6eca6
commit 606978754c
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ declare -A STORAGE_ALERT
# storage in GiB
STORAGE_ALERT=(["/"]=5)
BACKUP_DIRECTORY="/home/ubuntu/data"
# when set to 0, all backups are kept
PRUNE_DOWN_TO=0