Changes between Version 7 and Version 8 of TipAndDoc/backup


Ignore:
Timestamp:
Dec 27, 2012 4:16:36 PM (11 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/backup

    v7 v8  
    7575 * [http://d.hatena.ne.jp/dayflower/20090513/1242194477 rsync で pdumpfs みたいなことをする - daily dayflower] 
    7676 * [http://blog.livedoor.jp/kurt0027/archives/51808421.html hollyなblog:rsyncで特定のファイルだけ転送する] 
     77 * [http://d.hatena.ne.jp/sheeplogh/20110506/1304662844 sudo + rsync on CentOS 5 - (・∂/Sheeplogh.] 
     78 > * -e "ssh" に -tt オプションをつけること 
     79  * Ubuntuでは不要(requirettyが無い)。むしろ 
     80   * ssh -tt => 「protocol version mismatch -- is your shell clean?」とエラーになる 
     81   * ssh -t => エラーにはならないが、「Pseudo-terminal will not be allocated because stdin is not a terminal.」と(余計な物が)出力される 
    7782 
    7883 * rsync sample