rsync 设置 list no 无效 还是可以显示列表
配置文件
cat > /etc/rsyncd.conf <<EOF
uid = rsync
gid = rsync
use chroot = no
max connections = 500
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsyncd.lock
secrets file = /etc/rsyncd.passwd
hosts allow = 80.16.63.21
hosts deny = 0.0.0.0/0
[host]
comment = backup vhost
path = /data/02
read only = no
list = no
auth users = user
EOF
然后在客户端:
rsync -rv --password-file=/etc/rsync.password user@80.16.63.98::host/80.16.63.21/database
还是可以列出列表
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
值是true/flase