From 10ba96f54762b58b9ca0d5354a2e6fb5398f03b2 Mon Sep 17 00:00:00 2001 From: hk Date: Tue, 6 Jun 2017 20:47:18 +0200 Subject: [PATCH] Remove --numeric-owner from create There is no point in excluding the username and groupname metadata --- src/borgwrapper.sh | 1 - src/config.sh.example | 1 - 2 files changed, 2 deletions(-) diff --git a/src/borgwrapper.sh b/src/borgwrapper.sh index 1f48995..47c3316 100755 --- a/src/borgwrapper.sh +++ b/src/borgwrapper.sh @@ -38,7 +38,6 @@ borg_backup () { --list --filter AME --compression lz4 - --numeric-owner ) fi diff --git a/src/config.sh.example b/src/config.sh.example index e964f1e..451711c 100644 --- a/src/config.sh.example +++ b/src/config.sh.example @@ -41,7 +41,6 @@ KEEP_YEARLY=5 # --list # --filter AME # --compression lz4 -# --numeric-owner #) #BORG_PRUNE_ARGS=( # --info