diff options
author | Florian Pritz <bluewind@xinu.at> | 2022-03-13 10:29:40 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2022-03-13 10:29:40 +0100 |
commit | 3c6ed7c199dba3aa66660b62e4e2b85cd163b06b (patch) | |
tree | 1f965e36ef4dc70b305acaa1fdf3ff13cbb1ee21 | |
parent | 78fd97afa210c2e08d485cbfadae9288420ef4cd (diff) | |
download | bin-3c6ed7c199dba3aa66660b62e4e2b85cd163b06b.tar.gz bin-3c6ed7c199dba3aa66660b62e4e2b85cd163b06b.tar.xz |
backup.sh: Remove deprecation warning with borg 1.2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | backup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ backup_borg() { local src=("$@") local -a options=( --verbose - --numeric-owner + --numeric-ids --compression lz4 --exclude-from "$TMPDIR/exclude-list-borg" ) |