prezto/modules/rsync/README.md

27 lines
874 B
Markdown
Raw Normal View History

# Rsync
2012-06-14 01:45:23 +00:00
Defines [rsync][1] aliases.
macOS users are encouraged to use _rsync_ from [Homebrew][2] or [MacPorts][3],
which has additional enhancements including patches from [Bombich][4].
## Aliases
2012-06-14 01:45:23 +00:00
- `rsync-copy` copies files and directories from _source_ to _destination_.
- `rsync-move` moves files and directories from _source_ to _destination_.
- `rsync-update` updates files and directories on _destination_.
- `rsync-synchronize` synchronizes files and directories between _source_ and
_destination_.
2012-06-14 01:45:23 +00:00
## Authors
2012-06-14 01:45:23 +00:00
_The authors of this module should be contacted via the [issue tracker][5]._
2012-06-14 01:45:23 +00:00
- [Sorin Ionescu](https://github.com/sorin-ionescu)
2012-06-14 01:45:23 +00:00
[1]: https://rsync.samba.org
[2]: https://github.com/Homebrew/homebrew-core
[3]: https://ports.macports.org/port/rsync
[4]: https://bombich.com/kb/ccc5/credits#rsync
[5]: https://github.com/sorin-ionescu/prezto/issues