From fd5ee4be04084db6d299e54d648dbbb8a1d0fe8b Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 6 Jan 2022 09:42:16 +0900 Subject: [PATCH] Just Version number adjustments in scripts --- borg.backup.functions.init.sh | 2 +- borg.backup.pgsql.sh | 2 +- borg.backup.zabbix.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/borg.backup.functions.init.sh b/borg.backup.functions.init.sh index 9114a83..4f62d5a 100644 --- a/borg.backup.functions.init.sh +++ b/borg.backup.functions.init.sh @@ -15,7 +15,7 @@ cleanup() { trap "unset BORG_BASE_DIR BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK BORG_RELOCATED_REPO_ACCESS_IS_OK" EXIT; # version for all general files -VERSION="3.0.0"; +VERSION="3.0.2"; # default log folder if none are set in config or option _LOG_FOLDER="/var/log/borg.backup/"; diff --git a/borg.backup.pgsql.sh b/borg.backup.pgsql.sh index e6a64b6..0f75fcb 100755 --- a/borg.backup.pgsql.sh +++ b/borg.backup.pgsql.sh @@ -10,7 +10,7 @@ # set last edit date + time MODULE="pgsql" -MODULE_VERSION="0.1.0"; +MODULE_VERSION="1.0.1"; DIR="${BASH_SOURCE%/*}" diff --git a/borg.backup.zabbix.sh b/borg.backup.zabbix.sh index c537049..0fdd4dd 100755 --- a/borg.backup.zabbix.sh +++ b/borg.backup.zabbix.sh @@ -3,7 +3,7 @@ # Backup zabbix config and settings only MODULE="zabbix" -MODULE_VERSION="1.0.0"; +MODULE_VERSION="1.0.1"; DIR="${BASH_SOURCE%/*}" if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi