Skip to content

Instantly share code, notes, and snippets.

@lichti
Last active November 19, 2015 01:33
Show Gist options
  • Save lichti/84ba3d8d0b59d59d060b to your computer and use it in GitHub Desktop.
Save lichti/84ba3d8d0b59d59d060b to your computer and use it in GitHub Desktop.
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment