Created
August 13, 2013 22:08
-
-
Save alphacentory/6226193 to your computer and use it in GitHub Desktop.
quick snippet for rsync download
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
rsync -azve ssh [email protected]:/path/to/folder/ ./ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment