Compare commits
2 Commits
v4.4.1
...
72f3f86eb6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72f3f86eb6 | ||
|
|
c0f9634442 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@ borg.backup.*.include
|
||||
borg.backup.*.exclude
|
||||
borg.backup.*.schema-only
|
||||
borg.backup.*.init
|
||||
borg.backup.*.compact
|
||||
|
||||
@@ -413,6 +413,7 @@ elif [ ! -z "${BORG_EXECUTEABLE}" ]; then
|
||||
exit;
|
||||
fi;
|
||||
elif ! command -v borg &> /dev/null; then
|
||||
# elif [ -z ($command -v borg) ]; then
|
||||
echo "borg backup seems not to be installed, please verify paths";
|
||||
exit;
|
||||
fi;
|
||||
|
||||
Reference in New Issue
Block a user