Displaying 2 results from an estimated 2 matches for "rtlzv".
Did you mean:
rtlv
2008 Jan 01
1
error code 10 when using ::
Hi All,
This works :
sudo rsync -rtlzv --delete root@123.456.789.000:/var/virtual/web
/usr/local/websites
This does not :
sudo rsync -rtlzv --delete root@123.456.789.000::websites
/usr/local/websites
I created a [websites] section in a new /etc/rsyncd.conf file then restarted
xinetd.
3 questions if I can.
1. Why does the second one...
2015 Feb 21
1
How to figure out what subdirectories are available on an rsync server?
Hi,
http://cran.r-project.org/mirror-howto.html
The above webpage shows the following rsync command to sync the website.
rsync -rtlzv --delete cran.r-project.org::CRAN /dir/on/local/disc
But if I want to sync only a subdirectory of what are available in
ftp://cran.r-project.org/pub/R/, does anybody know how to do it?
Where is "CRAN" from (I don't see "CRAN" in the ftp site)? Is there a
way to check the d...