Changes between Version 14 and Version 15 of TipAndDoc/backup


Ignore:
Timestamp:
Apr 5, 2013 3:13:55 AM (11 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/backup

    v14 v15  
    112112   * ssh -tt => 「protocol version mismatch -- is your shell clean?」とエラーになる 
    113113   * ssh -t => エラーにはならないが、「Pseudo-terminal will not be allocated because stdin is not a terminal.」と(余計な物が)出力される 
     114 * [http://qa.atmarkit.co.jp/q/2077#answer_14460 rsync によるバックアップを cron で回したい、しかしシェルへのアクセスは拒否したい - QA@IT] 
     115 > パスフレーズなしの SSH 公開鍵を利用して、いわゆる「rsync デーモン over SSH」を構成すればいいです。ほかの回答にあるような「バックアップ先のrsyncを実行するコマンドを調べる」必要はありません。 
     116 > {{{ 
     117 > command="/usr/bin/rsync --server --daemon --config=$HOME/etc/rsyncd.conf .",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty 公開鍵データ コメント 
     118 > }}} 
    114119 
    115120 * rsync sample