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 - \