Retrieving rsync remote store path

I know if you run rsync

rsync some.domain.com::

It will return me a list of rsync warehouses. Is there a way to get him to return the depot details, way specifically

thank

0


source to share


1 answer


No, rsyncd is specifically designed not to reveal the physical path of modules. Now if you have shell access on the rsyncd server you can read up /etc/rsyncd.conf

for this information.



(But there may be ways to use rsyncd to figure out the path if the option is use chroot

off. Don't quote me, though.)

+1


source







All Articles