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

服务器同步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 @   |是吴啊|  阅读(34)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· 葡萄城 AI 搜索升级:DeepSeek 加持,客户体验更智能
· 什么是nginx的强缓存和协商缓存
· 一文读懂知识蒸馏
点击右上角即可分享
微信分享提示