LoginSignup
11
10

More than 5 years have passed since last update.

多段SSH越しにrsyncする方法

Posted at

ちょっとしたTIPSです。

複数のSSHサーバー越しにrsyncする方法です。

事前に、sshでログインしてみて接続ができることを確認してください。

例えば、AAA, BBB越しにCCCというサーバーからディレクトリーDIRをコピーする方法です。

rsync -av --rsh="ssh -A AAA ssh -A BBB ssh" CCC:"DIR/" "DIR/"

rshオプションが便利ですね。

11
10
0

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
11
10