现在的位置: 首页 > 综合 > 正文

password file must be owned by root when running as root解决方法

2013年10月07日 ⁄ 综合 ⁄ 共 272字 ⁄ 字号 评论关闭

windows客户端提示password file must be owned by root when running as root解决方法

rsync.exe -vzru4P --old-d --progress --password-file=rsyncpwd.txt root@172.18.104.96::log /cygdrive/c/bak

修改成如下:

rsync.exe -vzru4P --old-d --progress --password-file=rsyncpwd.txt<p.txt root@172.18.104.96::log /cygdrive/c/bak

抱歉!评论已关闭.