From 49fb930c4310bef3de487f5e4748018b5b257aa5 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 14 Dec 2021 12:55:47 +0900 Subject: [PATCH] Update borg zabbix module info update --- borg.backup.zabbix.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/borg.backup.zabbix.sh b/borg.backup.zabbix.sh index 1042683..a93edf6 100755 --- a/borg.backup.zabbix.sh +++ b/borg.backup.zabbix.sh @@ -1,7 +1,9 @@ #!/usr/bin/env bash +# Backup zabbix config and settings only + MODULE="zabbix" -MODULE_VERSION="0.1.0"; +MODULE_VERSION="1.0.0"; DIR="${BASH_SOURCE%/*}" if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi