From 5c17f291ad10ec612d66d994ea3bfd800c6fd28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 14 Apr 2019 10:37:54 +0200 Subject: [PATCH] Update tar --- backup.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/backup.sh b/backup.sh index 3ab1d49..e11560a 100755 --- a/backup.sh +++ b/backup.sh @@ -57,8 +57,11 @@ find \ | tar \ --create \ --verbose \ - --gzip \ - --one-file-system \ + --no-auto-compress \ + --ignore-failed-read \ + --acls \ + --selinux \ + --xattrs \ --null \ --no-recursion \ --files-from - \