[mod] restore

This commit is contained in:
Andy Bunce 2021-12-21 21:08:20 +00:00
parent 8778b2719c
commit 90094d900a
1 changed files with 3 additions and 3 deletions

View File

@ -65,11 +65,11 @@ done
# Generate all paths based on the last path component
# Root of all the host versions of what gets mapped to /data in container
DATAROOT="/volume1/docker"
DATAROOT="$PWD/data"
# Backup source folder, contains gitea_backup.zip, gitrepos_backup.tar.bz2 & lfs
BACKUPSRC="/volume1/backups/gitea"
BACKUPSRC="$PWD/gitea"
CONFIG=$(basename $PWD)
DATADIR="/volume1/docker/$CONFIG"
DATADIR="$DATAROOT/$CONFIG"
echo "Removing container"
# Use --all in case it's been run manually