内容へ移動
ClownWiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
temporary:lsyncd
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== lsyncd ====== https://github.com/axkibe/lsyncd https://github.com/axkibe/lsyncd/wiki/Manual%20to%20Lsyncd%202.1.x ===== Install ===== <code> # yum install lsyncd rsync ~省略~ ========================================================================================= パッケージ アーキテクチャ バージョン リポジトリー 容量 ========================================================================================= インストールしています: lsyncd x86_64 2.1.5-0.el6 epel 73 k トランザクションの要約 ========================================================================================= インストール 1 パッケージ ~省略~ インストール: lsyncd.x86_64 0:2.1.5-0.el6 完了しました! </code> ===== Configuration ===== <code> # cp -a /etc/lsyncd.conf /etc/lsyncd.conf.org # vi /etc/lsyncd.conf </code> * コピー元:ローカルの/usr/share/nginx/html/ab * コピー先:web02、web03の/usr/share/nginx/html/ab <code> ---- -- User configuration file for lsyncd. -- -- Simple example for default rsync, but executing moves through on the target. -- -- For more examples, see /usr/share/doc/lsyncd*/examples/ -- -- sync{default.rsyncssh, source="/var/www/html", host="localhost", targetdir="/tmp/htmlcopy/"} settings { logfile = "/var/log/lsyncd/lsyncd.log", statusFile = "/var/log/lsyncd/lsyncd-status.log", statusInterval = 1 } sync { default.rsync, delay = 0, source="/usr/share/nginx/html/ab", target="web02:/usr/share/nginx/html/ab" } sync { default.rsync, delay = 0, source="/usr/share/nginx/html/ab", target="web03:/usr/share/nginx/html/ab" } </code> ===== Service start ===== <code> # /etc/init.d/lsyncd start </code>
temporary/lsyncd.txt
· 最終更新: 2025/02/16 13:53 by
127.0.0.1
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ