[mod] data
This commit is contained in:
parent
90094d900a
commit
629c6ff973
2 changed files with 5 additions and 3 deletions
|
@ -4,4 +4,6 @@
|
||||||
|
|
||||||
from https://gist.github.com/sinbad/4bb771b916fa8facaf340af3fc49ee43
|
from https://gist.github.com/sinbad/4bb771b916fa8facaf340af3fc49ee43
|
||||||
|
|
||||||
### backup_gitea.sh
|
### backup_gitea.sh
|
||||||
|
writes to `/mnt/drive/backups/gitea/`
|
||||||
|
### restore
|
||||||
|
|
|
@ -31,8 +31,8 @@ if [[ "$1" == "--help" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DRYRUN=0
|
DRYRUN=0
|
||||||
SOURCE=""
|
SOURCE="gitea"
|
||||||
DATADIR=""
|
DATADIR="data"
|
||||||
SQLDEST=""
|
SQLDEST=""
|
||||||
USER_UID=1000
|
USER_UID=1000
|
||||||
GROUP_GID=1000
|
GROUP_GID=1000
|
||||||
|
|
Loading…
Add table
Reference in a new issue