ohmyzsh/plugins/rsync/rsync.plugin.zsh
Charles-Pierre Astolfi 099fa2d05b mines
2013-07-26 10:11:04 +02:00

4 lines
214 B
Bash
Executable file

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"