Merge pull request #431 from meh/rsync-plugin

Add rsync plugin.
This commit is contained in:
Robby Russell 2012-12-02 12:11:26 -08:00
commit badc3eb6ce

View File

@ -0,0 +1,4 @@
alias rsync-copy="rsync -av --progress -h"
alias rsync-move="rsync -av --progress -h --remove-source-files"
alias rsync-update="rsync -avu --progress -h"
alias rsync-synchronize="rsync -avu --delete --progress -h"