mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-17 13:59:29 +02:00
5 lines
218 B
Bash
Executable File
5 lines
218 B
Bash
Executable File
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"
|