[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
|
||||
|
||||
### backup_gitea.sh
|
||||
### backup_gitea.sh
|
||||
writes to `/mnt/drive/backups/gitea/`
|
||||
### restore
|
||||
|
|
|
@ -31,8 +31,8 @@ if [[ "$1" == "--help" ]]; then
|
|||
fi
|
||||
|
||||
DRYRUN=0
|
||||
SOURCE=""
|
||||
DATADIR=""
|
||||
SOURCE="gitea"
|
||||
DATADIR="data"
|
||||
SQLDEST=""
|
||||
USER_UID=1000
|
||||
GROUP_GID=1000
|
||||
|
|
Loading…
Add table
Reference in a new issue