mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 16:30:09 +00:00
f7948ace66
This speeds up transfers significantly. No reason not to include it as far as I know.
4 lines
218 B
Bash
4 lines
218 B
Bash
alias rsync-copy="rsync -avz --progress -h"
|
|
alias rsync-move="rsync -avz --progress -h --remove-source-files"
|
|
alias rsync-update="rsync -avzu --progress -h"
|
|
alias rsync-synchronize="rsync -avzu --delete --progress -h"
|