Files
BorgBackupWrapper/borg.backup.mysql.settings-default
Clemens Schwaighofer a661678441 Borg backup wrapper update, config update
Add a .gitignore for all other files that can appear in this
folder
(.config, .cache, settings files, etc)
Add backward compability check for file backup to
not auto add -file for
the file module unless flag is set
(FILE_REPOSITORY_COMPATIBLE)
2021-12-13 13:19:31 +09:00

14 lines
517 B
Plaintext

# Borg backup wrapper scripts settings: MySQL
# rename to borg.backup.mysql.settings to use
# override settings in borg.backup.settings with SUB_ prefix
# valid for BACKUP_FILE, BACKUP_SET, COMPRESSION*, KEEP_*
# set to 1 to dump all into one file instead of per database
# note that with this databases that have been dropped need to be pruned manually
# if 'schema' word is used, only schema data is dumped
DATABASE_FULL_DUMP="";
# db config (for older mysql setups without ident basedlogin)
MYSQL_DB_CONFIG="";