Skip to content

Instantly share code, notes, and snippets.

@nolstedt
Created June 26, 2014 08:37
Show Gist options
  • Save nolstedt/9dd7835b874e6d6bc64d to your computer and use it in GitHub Desktop.
Save nolstedt/9dd7835b874e6d6bc64d to your computer and use it in GitHub Desktop.
rsync copy/move with progress, cp mv progress
alias rsynccopy='rsync --partial --progress --append --rsh=ssh -r -h '
alias rsyncmove='rsync --partial --progress --append --rsh=ssh -r -h --remove-sent-files'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment