服务器同步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
---------是故无冥冥之志者----------
---------无昭昭之明----------
---------无惛惛之事者----------
---------无赫赫之功----------
本文来自博客园,作者:|是吴啊|,转载请注明原文链接:https://www.cnblogs.com/wuguofeng/p/15841845.html

浙公网安备 33010602011771号