Skip to content

Instantly share code, notes, and snippets.

@tekk555
Created October 27, 2013 01:35
Show Gist options
  • Save tekk555/7176920 to your computer and use it in GitHub Desktop.
Save tekk555/7176920 to your computer and use it in GitHub Desktop.
rsyncの使い方(リモート)
あらかじめrsyncサーバを構築しておく。rsyncクライアントはUbuntuにデフォルトでインストールされている
https://help.ubuntu.com/community/rsync
rsync -azvv --delete shell/ user@hostname::shell/
windowsからcwrsync経由でrsyncするときはコピー元をcygwin形式で記述
c:\build\フォルダの場合は、/cygdrive/c/build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment