Lower retention period for NC backups

This commit is contained in:
Salt 2020-05-10 00:39:51 -05:00
parent c56698bac8
commit d094d7b31c

View File

@ -10,7 +10,7 @@
set -e
export OUTDIR="$BACKUPSDIR/{{ nextcloud_url }}"
retention=7 # 7-day retention period
retention=5 # 5-day retention period
# Sanity checks
if [ -z "$BACKUPSDIR" ]; then