Add gitea backup module

This commit is contained in:
Clemens Schwaighofer
2021-12-13 16:29:02 +09:00
parent 24f816e55c
commit 967f97f313
7 changed files with 110 additions and 0 deletions

View File

@@ -10,4 +10,19 @@ Modules for plain file backup, mysql and postgresql backup exists.
## PostgreSQL backup settings
DATABASE_FULL_DUMP="";
DATABASE_USER="";
## MySQL backup settings
DATABASE_FULL_DUMP="";
MYSQL_DB_CONFIG="";
## gitea backup settings
```
GIT_USER="";
GITEA_TMP="";
GITEA_BIN="";
GITEA_CONFIG="";
```