Created
December 26, 2016 13:30
-
-
Save yaoyi/eb578f9432e7c7626a2274c40e064010 to your computer and use it in GitHub Desktop.
rsync同步服务器数据到本地
This file contains hidden or 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 -azv -e "ssh -p 20202" user@host:/src/ dest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment