mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-01 03:51:12 +00:00
[Fix #114] Add documentation for rsync
This commit is contained in:
parent
c1bb7e5b27
commit
abfd6b0a25
28
modules/rsync/README.md
Normal file
28
modules/rsync/README.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
Rsync
|
||||||
|
=====
|
||||||
|
|
||||||
|
Defines [rsync][1] aliases.
|
||||||
|
|
||||||
|
Mac OS X users are encouraged to use [Bombich's rsync][2], which has HFS+
|
||||||
|
enhancements.
|
||||||
|
|
||||||
|
Aliases
|
||||||
|
-------
|
||||||
|
|
||||||
|
- `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*.
|
||||||
|
|
||||||
|
Authors
|
||||||
|
-------
|
||||||
|
|
||||||
|
*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]: http://www.bombich.com/rsync.html
|
||||||
|
[3]: https://github.com/sorin-ionescu/oh-my-zsh/issues
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Defines rsync aliases.
|
# Defines Rsync aliases.
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user