1. 程式人生 > >Rsync+inotify實現數據實時同步

Rsync+inotify實現數據實時同步

文件差異同步

  • 下載軟件
    wget http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-3.14.tar.gz
  • 2.驗證Rsync
    rsync -avz -e ssh /home/wwwroot/default/images/ [email protected].*.*:/home/wwwroot/default/images/

    3安裝軟件
    tar zxvf inotify-tools-3.14.tar.gz
    ./configure --prefix=/usr/local/share/inotify-tool
    make && make install
    echo $?

    4.命令簡介

    技術分享圖片

    Rsync+inotify實現數據實時同步