关于rsync客户端的使用问题
我有一个目录远程机器上 /home/username/res
同时我在/home/username/source下有文件。
我的rsync的节点指到了/home/username/res上
ln -s /home/username/source /home/username/res/test
在用客户端同步的时候
rsync -vzrtopg --progress --delete --copy-links --password-file=/cygdrive/c/rsyncd.secrets www@xxx.xxx.xxx.xxx::shares .
为什么会报这样的错误
symlink has no referent: "/test" (in shares)
并没有像我想想的那样把/home/username/source下的资源同步过来。应该怎么配置才能同步过来呢?!