Skip to content

Instantly share code, notes, and snippets.

@canhnt
Last active April 24, 2018 18:46
Show Gist options
  • Save canhnt/dfd2877ebe46bd587a0b1d7730f8236f to your computer and use it in GitHub Desktop.
Save canhnt/dfd2877ebe46bd587a0b1d7730f8236f to your computer and use it in GitHub Desktop.
rsync

Upload:

rsync -avH -P /home/localuser/testfile1 -e ssh bob@example.com:/target/file/path

Download

rsync -P --rsh=ssh bob@example.com:/path/to/source /localpath/to/dest

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