Created
September 6, 2016 10:42
-
-
Save stephenhardy/be8ea68751018f4c4197203fd484d8e4 to your computer and use it in GitHub Desktop.
Rsync to or from remote
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To remote | |
----------- | |
rsync -azP file username@remote_host:/home/dir/file | |
From remote | |
------------- | |
rsync -azP username@remote_host:/home/dir/file file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment