From 3c6ed7c199dba3aa66660b62e4e2b85cd163b06b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 13 Mar 2022 10:29:40 +0100 Subject: backup.sh: Remove deprecation warning with borg 1.2 Signed-off-by: Florian Pritz --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) -- cgit v1.2.3-24-g4f1b