<p>&nbsp;  Hy there,<br /><br />&nbsp;<br /><br />&nbsp;    My name is Alex Vladulescu, and i found this very interesting tool for backup files and folders over remote network servers.<br /><br />&nbsp;    For the past four days i have been reading the FAQ on the site, google-ing the web for some answers on my local problem, but i am very stuck, nothing seems to answer my question so far.<br /><br />&nbsp;    My issue consists on having a rsyncd.conf on a master server on which i use regular cron jobs to update slaves with directory path and content, and all of this work well but except the symlinks.<br /><br />&nbsp;   This is the rsyncd.conf  on the master :<br /><br />uid = root<br />gid = root<br />use chroot = yes<br />max verbosity = 1<br />lock file = 1<br />read only = false<br />write only = false<br />list = true<br /><br />port = 873<br />address = 10.99.1.1<br />max connections = 0<br />munge symlinks = false<br /><br />log file = /etc/scripts/rsync/rsync.log<br /><br />hosts allow = 10.99.1.0/30<br />ignore errors = false<br />ignore nonreadable = false<br />transfer logging = yes<br />timeout = 600<br /><br />[home]<br />path = /home/<br /><br />[mail]<br />path = /etc/virtual/<br /><br />&nbsp;      ... and on the slave the rsync command looks like :<br /><br />&nbsp;    rsync -vrulpHEtzhi4ogk -L --copy-links rsync://root@10.99.1.1::/home /home/<br /><br />&nbsp;  and the symlink message :<br /><br />root@ph:/# rsync -vrulpHEtzhi4ogk -L --copy-links --del rsync://root@10.99.1.1::/home /home/<br />receiving incremental file list<br />symlink has no referent: "/webmaster/domains/csteam.ro" (in home)<br /><br />sent 338 bytes received 94.71K bytes 63.36K bytes/sec<br />total size is 5.54M speedup is 58.32<br />rsync error: some files could not be transferred (code 23) at main.c(1524) [generator=3.0.3]<br /><br />&nbsp;       Ok, so far the googlein' got me this : http://lists.samba.org/archive/rsync/2009-July/023532.html but it does't helps me, because the issue was that he didn't use in the config "use chroot = yes", which is not my case as you can see, and i have been trying all kind of params on the slaves command like : --links --copy-unsafe-links, given the perm options.. ?i have no clue.<br /><br />&nbsp;      Please enlight me. Tnks in advance.<br /><br />&nbsp;<br /><br />&nbsp;         Best regardes,<br /><br />&nbsp;    Vladulescu Alexandru</p>