LoginSignup
12
12

More than 5 years have passed since last update.

rsync したいときの秘伝のタレ

Last updated at Posted at 2013-10-18

秘伝のタレ

/usr/bin/rsync -vau -e 'ssh -c arcfour256' /hoge/fuga/ catatsuy@catatsuy.org:/hoge/fuga/

ディレクトリの最後に / があるかないかで挙動が違うので必ずつけましょう

オプション 意味
-v, --verbose ファイルの情報と、最後にサマリーが表示される
-a, --archive よくあるオプションをひとまとめにしたものでいい感じにしてくれる
-u, --update 新しいファイルだけコピーする
-e, --rsh リモートシェルに接続するプログラムを指定する
12
12
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
12