Skip to content

Instantly share code, notes, and snippets.

@brokendish
Created January 22, 2012 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brokendish/1656587 to your computer and use it in GitHub Desktop.
Save brokendish/1656587 to your computer and use it in GitHub Desktop.
ローカルからサーバ側にファイルを送る
※ローカルからサーバ側にファイルを送る
rsync -avz -e 'ssh -p xx -i /home/hoge/.ssh/hoge.com-rsa' /home/hoge hoge.com:/home/hoge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment