Add empty KEEP option for error with -T

This commit is contained in:
Clemens Schwaighofer
2022-03-30 20:27:46 +09:00
parent 32c320be27
commit 287612ae0a
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ if [ ! -w "${HOME}" ] || [ "${HOME}" = '/' ]; then
fi;
# keep optionfs (for files)
KEEP_OPTIONS=();
KEEP_OPTIONS=("");
# keep info string (for files)
KEEP_INFO="";
# override standard keep for tagged backups

View File

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