Skip to content

Instantly share code, notes, and snippets.

@mostafabahri
Created June 13, 2018 14:38
Show Gist options
  • Save mostafabahri/83fbce100ed03096e798908d557b1700 to your computer and use it in GitHub Desktop.
Save mostafabahri/83fbce100ed03096e798908d557b1700 to your computer and use it in GitHub Desktop.

some random shell/whatever snippets

rsync

resumable, showing progress rsync from remote:

rsync -avz --progress --append-verify user@remote.com:/file/path /local/file/path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment