in all BORG_* calls remove the REPOSITORY replace as the repository is set beforehand for the module Fix the ZABBIX_DUMP_BIN name in settings and check
18 lines
589 B
Plaintext
18 lines
589 B
Plaintext
# Borg backup wrapper scripts settings: gitea
|
|
|
|
# rename to borg.backup.gitea.settings to use
|
|
|
|
# override settings in borg.backup.settings with SUB_ prefix
|
|
# valid for BACKUP_FILE, BACKUP_SET, COMPRESSION*, KEEP_*
|
|
|
|
# location for the zabbix dump script
|
|
# Source: https://github.com/npotorino/zabbix-backup
|
|
# if not set use /usr/local/bin
|
|
ZABBIX_DUMP_BIN="";
|
|
# either psql or mysql, must be set
|
|
ZABBIX_DATABASE="";
|
|
# config location (default /etc/zabbiz/zabbix_server.conf)
|
|
ZABBIX_CONFIG="";
|
|
# unknown tables, default ignore, is set to true, will force backup them
|
|
ZABBIX_UNKNOWN_TABLES="";
|