rsync的配置檔案

2021-09-20 23:21:32 字數 913 閱讀 4796

vim  /tec/rsync.conf

port = 8730

log file=/var/log/reync.log

pid file=/var/run/rsync.pid

[aming]

path=/tmp/rsync

use chroot = yes

max connections=4

read only = yes

list=yes

uid=root

gid=root

auth users=aming

secrets file=/etc/rs.passwd

hosts allow=192.168.11.190

[aming1]

path=/tmp/rsync123

use chroot=yes

max connections=4

read only =yes

list=yes

uid=root

gid=root

hosts allow =192.168.11.180

配置檔案結束

啟動  rsync  --daemon

檢視服務:ps  aux | grep  rsync

netstat  -lnp

建立日誌檔案

cat /var/log/rsync.log

檢視另乙個伺服器的8730埠能不能正常使用

telnet 192.168.11.16  8730

按ctrl  +  ]  停止,再輸入quit退出

修改密碼檔案

vim  /etc/rs.passwd

aming:123aaa

修改許可權只允許自己看

chmod  400  /etc/rs.passwd

rsync配置檔案

rsyncd.conf引數 uid該選項指定當該模組傳輸檔案時守護程序應該具有的uid,配合gid選項使用可以確定哪些可以訪問怎麼樣的檔案許可權,預設值是 nobody gid該選項指定當該模組傳輸檔案時守護程序應該具有的gid。預設值為 nobody exlude 用來指定多個由空格隔開的多個模式...

rsync命令 守護程序模式 還有配置檔案

rsync是開源的檔案同步工具,特點 開源 快速 多功能 可以實現全量或增量的備份 可以實現本地或遠端的推送和拉取 全量壓縮 通常用於第一次,在企業中本個月 乙個月做一次全量備份 增量壓縮 表示在原有的基礎上新增加檔案或目錄進行壓縮備份,在企業中每天 每週做一次,而在銀行 電信 稅務等資料多的企業,...

drbd配置檔案 drbd配置檔案

drbd配置檔案 vim usr local drbd etc drbd.d global common.conf global usage count yes 是否參加drbd使用者統計 common protocol c 使用drbd的第三種同步協議 disk 使用dpod功能保證在數 on i...