RSYNC 穷途末路之时
不妨试试
echo 'user:pwd' > /etc/rsyncd.sec
chmod 600 /etc/rsyncd.sec
/etc/rsyncd.conf:
auth users = test
secrets file = /etc/rsync_server.passwd
在客户机上:
echo 'pwd' > /etc/rsyncd.sec
rsync -vzrtopg --progress --delete /a --password-file=/etc/rsync_client.passwd
有些莫名的问题 使用 echo 编辑 rsyncd.sec 会有意外收获。
阅读(1450) | 评论(3) | 转发(0) |