Merge pull request #13 from brendanhoran/master

Update tar cmd line options
This commit is contained in:
Horea Christian 2018-07-08 16:49:52 +02:00 committed by GitHub
commit 7278272852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ then
fi
# Generic tar options:
TAR_OPTIONS="-cjpP --ignore-failed-read"
TAR_OPTIONS="-cjpP --ignore-failed-read --xattrs-include='*.*' --numeric-owner"
# if not in quiet mode, this message will be displayed:
if [ "$AGREE" != "yes" ]