[mod] data

This commit is contained in:
Andy Bunce 2021-12-21 23:06:55 +00:00
parent 90094d900a
commit 629c6ff973
2 changed files with 5 additions and 3 deletions

View file

@ -4,4 +4,6 @@
from https://gist.github.com/sinbad/4bb771b916fa8facaf340af3fc49ee43
### backup_gitea.sh
### backup_gitea.sh
writes to `/mnt/drive/backups/gitea/`
### restore

View file

@ -31,8 +31,8 @@ if [[ "$1" == "--help" ]]; then
fi
DRYRUN=0
SOURCE=""
DATADIR=""
SOURCE="gitea"
DATADIR="data"
SQLDEST=""
USER_UID=1000
GROUP_GID=1000