Skip to content

Instantly share code, notes, and snippets.

@yaoyi
Created December 26, 2016 13:30
Show Gist options
  • Save yaoyi/eb578f9432e7c7626a2274c40e064010 to your computer and use it in GitHub Desktop.
Save yaoyi/eb578f9432e7c7626a2274c40e064010 to your computer and use it in GitHub Desktop.
rsync同步服务器数据到本地
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