Rsync同步文件配置

Rsync 简单配置,实现文件及文件夹同步功能:


yum install rsync
touch /etc/rsyncd.conf
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsyncd.lock
#secrets file = /etc/rsyncd.pas
motd file = /etc/rsyncd.motd
read only = no
hosts allow = 10.90.3.118
list = no
uid = root
gid = root
use chroot = no
max connections = 30
strict modes = no

[rdata]
path = /data/rsync_data/
read only = no
/etc/rsyncd.conf

启动:
rsync --daemon --config=/etc/rsyncd.conf

同步文件夹 需要  rsync -Rr 文件夹名 ip::目标模块

例子:
rsync   index.html   root@10.90.3.84::rdata
rsync   -Rr  images   root@10.90.3.84::rdata




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值