Remove --numeric-owner from create

There is no point in excluding the username and groupname metadata
dev
hk 2017-06-06 20:47:18 +02:00
parent 52b766e07c
commit 10ba96f547
2 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@ borg_backup () {
--list --list
--filter AME --filter AME
--compression lz4 --compression lz4
--numeric-owner
) )
fi fi

View File

@ -41,7 +41,6 @@ KEEP_YEARLY=5
# --list # --list
# --filter AME # --filter AME
# --compression lz4 # --compression lz4
# --numeric-owner
#) #)
#BORG_PRUNE_ARGS=( #BORG_PRUNE_ARGS=(
# --info # --info