linux:rsync_and_ssh_remote_server_fast_backup

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
linux:rsync_and_ssh_remote_server_fast_backup [2019/01/30 09:14] – [rsync で同期中に Operation not permitted のエラーが出る] ともやんlinux:rsync_and_ssh_remote_server_fast_backup [2019/05/18 02:23] – 外部編集 非ログインユーザー
行 94: 行 94:
 </code> </code>
 権限のあるユーザーで同期するか、sudo を付けて実行するとエラーはでなくなる。\\ 権限のあるユーザーで同期するか、sudo を付けて実行するとエラーはでなくなる。\\
 +<WRAP prewrap 100%>
 <code> <code>
 $ sudo $ rsync -avz --delete -e ssh user@remote.server.com:/remote/server/directory/ /local/client/directory/ $ sudo $ rsync -avz --delete -e ssh user@remote.server.com:/remote/server/directory/ /local/client/directory/
 </code> </code>
 +</WRAP>
 +
 ===== 参考文献 ===== ===== 参考文献 =====
 [[http://www.maruko2.com/mw/rsync_%E3%81%A7%E3%83%87%E3%82%A3%E3%83%AC%E3%82%AF%E3%83%88%E3%83%AA%E3%81%AE%E5%90%8C%E6%9C%9F%EF%BC%88%E3%83%90%E3%83%83%E3%82%AF%E3%82%A2%E3%83%83%E3%83%97%EF%BC%89|rsync でディレクトリの同期(バックアップ) - maruko2 Note.]]\\ [[http://www.maruko2.com/mw/rsync_%E3%81%A7%E3%83%87%E3%82%A3%E3%83%AC%E3%82%AF%E3%83%88%E3%83%AA%E3%81%AE%E5%90%8C%E6%9C%9F%EF%BC%88%E3%83%90%E3%83%83%E3%82%AF%E3%82%A2%E3%83%83%E3%83%97%EF%BC%89|rsync でディレクトリの同期(バックアップ) - maruko2 Note.]]\\
 [[http://superuser.com/questions/534862/what-does-rsyncs-output-tell-here-about-to-chk|What does Rsync's output tell here about to-chk?]]\\ [[http://superuser.com/questions/534862/what-does-rsyncs-output-tell-here-about-to-chk|What does Rsync's output tell here about to-chk?]]\\