Add empty KEEP option for error with -T
This commit is contained in:
@@ -133,7 +133,7 @@ if [ ! -w "${HOME}" ] || [ "${HOME}" = '/' ]; then
|
|||||||
fi;
|
fi;
|
||||||
|
|
||||||
# keep optionfs (for files)
|
# keep optionfs (for files)
|
||||||
KEEP_OPTIONS=();
|
KEEP_OPTIONS=("");
|
||||||
# keep info string (for files)
|
# keep info string (for files)
|
||||||
KEEP_INFO="";
|
KEEP_INFO="";
|
||||||
# override standard keep for tagged backups
|
# override standard keep for tagged backups
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function version {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# version for all general files
|
# version for all general files
|
||||||
VERSION="4.1.2";
|
VERSION="4.2.3";
|
||||||
|
|
||||||
# borg version and borg comamnd
|
# borg version and borg comamnd
|
||||||
BORG_VERSION="";
|
BORG_VERSION="";
|
||||||
|
|||||||
Reference in New Issue
Block a user