Just Version number adjustments in scripts
This commit is contained in:
@@ -15,7 +15,7 @@ cleanup() {
|
|||||||
trap "unset BORG_BASE_DIR BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK BORG_RELOCATED_REPO_ACCESS_IS_OK" EXIT;
|
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 for all general files
|
||||||
VERSION="3.0.0";
|
VERSION="3.0.2";
|
||||||
|
|
||||||
# default log folder if none are set in config or option
|
# default log folder if none are set in config or option
|
||||||
_LOG_FOLDER="/var/log/borg.backup/";
|
_LOG_FOLDER="/var/log/borg.backup/";
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
# set last edit date + time
|
# set last edit date + time
|
||||||
MODULE="pgsql"
|
MODULE="pgsql"
|
||||||
MODULE_VERSION="0.1.0";
|
MODULE_VERSION="1.0.1";
|
||||||
|
|
||||||
|
|
||||||
DIR="${BASH_SOURCE%/*}"
|
DIR="${BASH_SOURCE%/*}"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Backup zabbix config and settings only
|
# Backup zabbix config and settings only
|
||||||
|
|
||||||
MODULE="zabbix"
|
MODULE="zabbix"
|
||||||
MODULE_VERSION="1.0.0";
|
MODULE_VERSION="1.0.1";
|
||||||
|
|
||||||
DIR="${BASH_SOURCE%/*}"
|
DIR="${BASH_SOURCE%/*}"
|
||||||
if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
|
if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user