use chroot = no
max connections = 200
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsyncd.lock
log file = /var/log/rsyncd.log
hosts allow = 172.31.8.159
[test]
uid = root
gid = root
path = /data/sync/test/
read only = false
list = no
//如果要設定密碼:
auth users = 設定要驗證的使用者
secrets file = 儲存有密碼的檔案路徑,此路徑一定要在只有root能訪問的路徑下,其他使用者都不能讀
對於再次傳送時指明的路徑都是在 path 路徑下
linux基礎rsync引數資訊
rsync v verbose,顯示傳輸資料過程 z compress,在傳輸資料資訊時,壓縮資料 a archive,歸檔模式,等價於執行 riptgod r recursive,遞迴複製目錄資訊 l links,拷貝乙個軟鏈結 無效的 很雞肋 l copy links,不包含在 a引數中,將鏈結...
rsync基礎知識及應用場景
rsync命令英文全稱為remoterynchronization,是一款開源的 快速的 多功能的 可實現全量或增量的本地或遠端資料同步或備份的優秀工具。rsync適用於unix linux windows等多種作業系統平台。參考 rsync 1 man page 總結 乙個rsync命令相當於sc...
rsync引數詳解
選項說明 v,verbose 詳細模式輸出 q,quiet 精簡輸出模式 c,checksum 開啟校驗開關,強制對檔案傳輸進行校驗 a,archive 歸檔模式,表示以遞迴方式傳輸檔案,並保持所有檔案屬性,等於 rlptgod r,recursive 對子目錄以遞迴模式處理 r,relative ...