RSYNC 穷途末路之时

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 user@serverip::modoul /a --password-file=/etc/rsync_client.passwd
 
有些莫名的问题 使用 echo 编辑 rsyncd.sec 会有意外收获。

你可能感兴趣的:(rsync,穷途末路)