本文共 332 字,大约阅读时间需要 1 分钟。
客户端:
yum install -y rsyncvi /etc/rsyncd.secrets
username:passwordrsync -av yourfire --password-file=/etc/rsyncd.secrets username@serverip::yourtag
服务端:
yum install -y rsyncvi /etc/rsyncd.conf
[yourtag] comment="hehe" path=/home/xxxx auth user = username uid = nobody gid = nobody secrets file = /etc/rsyncd.secrets read only = no转载地址:http://kbvfm.baihongyu.com/