Commit badc3eb6 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #431 from meh/rsync-plugin

Add rsync plugin.
parents 423d66da 1d17502a
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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment