Linux rsync網站目錄同步功能的實現

來源:互聯網
上載者:User

標籤:lan   mod   www   pbs   roo   crond   tle   title   start   

實現目標:

 172.16.1.64伺服器上的/var/www/sw_service目錄,與172.16.1.60伺服器上的/var/www/sw_service目錄實現同步,

即1.60主動向1.64同步

 

環境配置:

Server-->172.16.1.64    /var/www/sw_service

Client-->172.16.1.60    /var/www/sw_service

 

 

應用部署:

一、伺服器段配置

1、rsync 系統內建, 需要使用 --deamon 方式進行啟動,服務連接埠是 TCP 873

2、vim /etc/xinetd.d/rsync  修改 disable =yes 為 disable =no ,修改後的檔案如下

3、/etc/init.d/xinetd restart 重新啟動xinted服務

4、編輯主要設定檔 1122.www.qixoo.qixoo.com/etc/rsyncd.conf  這個檔案需要自己建立

5、編輯服務器的密碼檔案 /etc/backup.pass

6、chmod 600 /etc/backup.pass

二、用戶端配置如下

1、編輯rsync串連時的密碼檔案 /etc/rsync_client.pass

 

2、chmod 600 /etc/rsync_client.pass

3、使用 rsync 命令串連伺服器,實現檔案同步

    由於之前同步過一次,伺服器端檔案沒有變化,所以不同步。

4、編寫同步指令碼

5、添加到定時任務crontab中

01 03 * * * /root/.web_rsync.sh > /dev/null 2>&1

6、重新啟動crond服務


即整個配置完畢

本文出自 “” 部落格,請務必保留此出處

Linux rsync網站目錄同步功能的實現

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.