Use URL for backup directory

In theory this should allow for concurrent Gitea installations with non-trampling backups
This commit is contained in:
Salt 2020-05-03 06:49:23 -05:00
parent 737ad8dec8
commit 951ca51572

View File

@ -9,7 +9,7 @@
set -e
export OUTDIR="$BACKUPSDIR/gitea"
export OUTDIR="$BACKUPSDIR/{{ gitea_url }}"
retention=7 # 7-day retention period
# Sanity checks