|
|
|
@ -17,7 +17,7 @@ fi
@@ -17,7 +17,7 @@ fi
|
|
|
|
|
_rsync_cmd='rsync --verbose --progress --human-readable --compress --archive --hard-links --one-file-system' |
|
|
|
|
|
|
|
|
|
# Mac OS X and HFS+ Enhancements |
|
|
|
|
# http://www.bombich.com/rsync.html |
|
|
|
|
# http://help.bombich.com/kb/overview/credits#opensource |
|
|
|
|
if [[ "$OSTYPE" == darwin* ]] && grep -q 'file-flags' <(rsync --help 2>&1); then |
|
|
|
|
_rsync_cmd="${_rsync_cmd} --crtimes --acls --xattrs --fileflags --protect-decmpfs --force-change" |
|
|
|
|
fi |
|
|
|
|