Lower retention period for NC backups
This commit is contained in:
parent
c56698bac8
commit
d094d7b31c
@ -10,7 +10,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
export OUTDIR="$BACKUPSDIR/{{ nextcloud_url }}"
|
export OUTDIR="$BACKUPSDIR/{{ nextcloud_url }}"
|
||||||
retention=7 # 7-day retention period
|
retention=5 # 5-day retention period
|
||||||
|
|
||||||
# Sanity checks
|
# Sanity checks
|
||||||
if [ -z "$BACKUPSDIR" ]; then
|
if [ -z "$BACKUPSDIR" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user