Created
January 22, 2012 11:01
-
-
Save brokendish/1656581 to your computer and use it in GitHub Desktop.
rsyncでローカル(Ubuntu)からVPSのデータを取得※バックアップデータ
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でローカル(Ubuntu)からVPSのデータを取得※バックアップデータ | |
rsync -avz -e 'ssh -p xx -i /home/hoge/.ssh/hoge.com-rsa' hoge.com:/home/hoge /home/hoge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment