Created
January 22, 2012 11:04
-
-
Save brokendish/1656587 to your computer and use it in GitHub Desktop.
ローカルからサーバ側にファイルを送る
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 -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