rsync排除多個檔案同步
1、架構和說明
把192.168.0.2上的檔案同步到192.168.0.3上,同時排除config.php和a.log檔案的同步。
2、通過rsync+ssh同步檔案
(1)、首先要打通192.168.0.2到192.168.0.3上的無密碼登入的認證請參照我的另一篇部落格http://linux008.blog.51cto.com/2837805/588080
(2)、在192.168.0.2執行下面命令
rsync -avz –exclude config.php –exclude a.log -e ssh /data/httpd/dir root@192.168.0.3:/data/httpd/
這樣/data/httpd/dir目錄排除了config.php a.log兩個檔案。其他檔案都會同步到192.168.0.3上。
本文轉自yuangang_love 51CTO部落格,原文連結:http://blog.51cto.com/linux008/592661,如需轉載請自行聯絡原作者
相關文章
- rsync 做檔案同步
- [rsync]——rsync檔案同步和備份
- Centos rsync檔案同步配置CentOS
- Linux中使用rsync——檔案和目錄排除列表Linux
- Linux 檔案同步工具之 rsyncLinux
- Rsync 3.1.0 釋出,檔案同步工具
- rsync同步和備份檔案到本地
- rsync + lsyncd 檔案實時同步/備份
- rsync 檔案同步工具配置記錄(zt)
- linux 利用rsync實現檔案增量同步Linux
- Windows Linux 之間rsync同步CODE檔案WindowsLinux
- Rsync服務讓SLB下多臺centos伺服器檔案同步更新CentOS伺服器
- 利用Rsync服務讓SLB下多臺centos伺服器檔案同步更新CentOS伺服器
- tar打包且排除某個檔案
- linux parallel rsync 拷貝N多檔案LinuxParallel
- SVN檔案排除
- [rsync+inotify]——監控客戶端檔案變化,rsync同步到伺服器客戶端伺服器
- rsync同步檔案到遠端機器,卡住10多秒--問題解決過程
- rsync同步時,刪除目標目錄比源目錄多餘檔案的方法(--delete)delete
- 利用Inotify和Rsync將web工程檔案自動同步到多臺應用伺服器Web伺服器
- 【rsync】使用rsync命令提高檔案傳輸效率
- CentOS7 下使用 rsync+sersync 配置檔案自動同步CentOS
- rsync同步配置
- 怎樣利用linux rsync 同步不同Server上的兩個目錄下的檔案LinuxServer
- 使用 Syncthing 在多個裝置間同步檔案
- 通過中轉機及ssh rsync 傳輸歸檔檔案進行同步
- 檔案伺服器rsync伺服器
- rsync檔案同步工具常見模式有哪些?linux運維學模式Linux運維
- rsync實時同步
- rsync 同步目錄
- rsync遠端同步
- 資料同步rsync
- Rsync資料同步
- rm命令刪除檔案時排除特定檔案
- rsync命令快速刪大檔案
- 資料同步——rsync遠端同步
- 在Linux中,rsync 同步資料時,如何過濾出所有.txt的檔案不同步?Linux
- 使用rsync同步資料