Update tar cmd line options

This commit is contained in:
Brendan Horan 2018-07-08 15:28:55 +08:00
parent 4b9460fb2a
commit d03ec6fcb8

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" ]