summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2022-03-13 10:29:40 +0100
committerFlorian Pritz <bluewind@xinu.at>2022-03-13 10:29:40 +0100
commit3c6ed7c199dba3aa66660b62e4e2b85cd163b06b (patch)
tree1f965e36ef4dc70b305acaa1fdf3ff13cbb1ee21
parent78fd97afa210c2e08d485cbfadae9288420ef4cd (diff)
downloadbin-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-xbackup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup.sh b/backup.sh
index 7b07c63..f1a90e8 100755
--- a/backup.sh
+++ b/backup.sh
@@ -127,7 +127,7 @@ backup_borg() {
local src=("$@")
local -a options=(
--verbose
- --numeric-owner
+ --numeric-ids
--compression lz4
--exclude-from "$TMPDIR/exclude-list-borg"
)