Gitea dump has now settings for - temp folder (GITEA_TEMP_DIR) - new name for working dir (GITEA_WORKING_DIR) from old (GITEA_TMP) MySQL and PostgreSQL exports have a run time output per db dump set and not only at the end of the full run
10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
# Borg backup wrapper scripts settings: gitea
|
|
|
|
# rename to borg.backup.gitea.settings to use
|
|
|
|
GIT_USER="";
|
|
GITEA_WORKING_DIR="";
|
|
GITEA_TEMP_DIR="";
|
|
GITEA_BIN="";
|
|
GITEA_CONFIG="";
|