Use URL for backup directory
In theory this should allow for concurrent Gitea installations with non-trampling backups
This commit is contained in:
parent
737ad8dec8
commit
951ca51572
@ -9,7 +9,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
export OUTDIR="$BACKUPSDIR/gitea"
|
||||
export OUTDIR="$BACKUPSDIR/{{ gitea_url }}"
|
||||
retention=7 # 7-day retention period
|
||||
|
||||
# Sanity checks
|
||||
|
Loading…
Reference in New Issue
Block a user