Compare commits

...

1 Commits

2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
# zabbix-settings- # zabbix-settings-
export BORG_BASE_DIR="borg/"; export BORG_BASE_DIR="borg/";
DEBUG=0;
DRYRUN=0; DRYRUN=0;
TARGET_USER=""; TARGET_USER="";
TARGET_HOST=""; TARGET_HOST="";

View File

@@ -19,7 +19,7 @@ function version {
} }
# version for all general files # version for all general files
VERSION="4.1.1"; VERSION="4.1.2";
# borg version and borg comamnd # borg version and borg comamnd
BORG_VERSION=""; BORG_VERSION="";