不积跬步,无以至千里;不积小流,无以成江海。

服务器同步rsync

启动

/usr/bin/rsync --daemon

从另一个服务器复制

/usr/bin/rsync -vzrtopg --progress --delete root@192.168.52.241::wu /home/eqics/yyyyy/ --password-file=/etc/rsyncd.passwd

配置文件

# /etc/rsyncd: configuration file for rsync daemon mode

# See rsyncd.conf man page for more options.

# configuration example:

uid = root
gid = root
use chroot = no
max connections = 4
strict modes =yes
port = 873

pid file = /var/run/rsyncd.pid
lock file = /var/run/rsyncd.lock
log file = /var/log/rsyncd.log
log format = %t %a %m %f %b
syslog facility = local3
hosts allow = 192.168.52.241
 
# exclude = lost+found/
transfer logging = yes
timeout = 900


[yyyyy]
path = /home/eqics/yyyyy/
comment = "ceshi"
ignore errors
read only = false
list = false
secrets file = /etc/rsyncd.passwd
# ignore nonreadable = yes
# dont compress   = *.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2

# [ftp]
#        path = /home/ftp
#        comment = ftp export area

启动sersync
./sersync2 -d -r -o ./confxml.xml

posted @ 2022-01-25 10:06  |是吴啊|  阅读(39)  评论(0)    收藏  举报