This commit is contained in:
Juan Miguel Angelo Rodriguez y Alvarez 2022-01-22 03:23:04 +01:00
parent ab70ed8fad
commit 34b6c7c149
8 changed files with 13 additions and 206 deletions

View file

@ -3,3 +3,4 @@ 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"
alias rsync-backup="rsync -avzhruP --update"