Skip to content

Commit

Permalink
Revert "[Fix sorin-ionescu#436] Remove Bombich rsync references"
Browse files Browse the repository at this point in the history
This reverts commit 20655c8.
  • Loading branch information
sorin-ionescu authored and matthoffman committed Sep 18, 2014
1 parent 0bee860 commit 4e77190
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modules/rsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Rsync

Defines [rsync][1] aliases.

Mac OS X users are encouraged to use [Bombich's rsync][2], which has HFS+
enhancements.

Aliases
-------

Expand All @@ -15,10 +18,11 @@ Aliases
Authors
-------

*The authors of this module should be contacted via the [issue tracker][2].*
*The authors of this module should be contacted via the [issue tracker][3].*

- [Sorin Ionescu](https://github.com/sorin-ionescu)

[1]: http://rsync.samba.org
[2]: https://github.com/sorin-ionescu/prezto/issues
[2]: http://www.bombich.com/rsync.html
[3]: https://github.com/sorin-ionescu/prezto/issues

1 change: 1 addition & 0 deletions modules/rsync/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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
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
Expand Down

0 comments on commit 4e77190

Please sign in to comment.