Fix zabbix dump var name, remove repository replace

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
This commit is contained in:
Clemens Schwaighofer
2021-12-15 12:50:26 +09:00
parent 49fb930c43
commit 252319848c
3 changed files with 9 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
# location for the zabbix dump script
# Source: https://github.com/npotorino/zabbix-backup
# if not set use /usr/local/bin
ZABBIX_DUMP="";
ZABBIX_DUMP_BIN="";
# either psql or mysql, must be set
ZABBIX_DATABASE="";
# config location (default /etc/zabbiz/zabbix_server.conf)