Browse Source

rsync: Update link to Bombich rsync page again

master
Indrajit Raychaudhuri 6 years ago committed by GitHub
parent
commit
1bfaf8b87b
  1. 2
      modules/rsync/init.zsh

2
modules/rsync/init.zsh

@ -22,7 +22,7 @@ if grep -q 'xattrs' <(rsync --help 2>&1); then @@ -22,7 +22,7 @@ if grep -q 'xattrs' <(rsync --help 2>&1); then
fi
# macOS and HFS+ Enhancements
# http://help.bombich.com/kb/overview/credits#opensource
# https://bombich.com/kb/ccc5/credits
if [[ "$OSTYPE" == darwin* ]] && grep -q 'file-flags' <(rsync --help 2>&1); then
_rsync_cmd="${_rsync_cmd} --crtimes --fileflags --protect-decmpfs --force-change"
fi

Loading…
Cancel
Save