Hello everyone I just found out this great tool. I need to use it to get access to DSBL zones. in their website it says Can I run my own DSBL DNS secondary? DSBL provides direct rsync access to our zones. To retrieve one of the zones, install rsync and run the following command: rsync -t rsync.dsbl.org::dsbl/<file> . where <file> is one of: rbldns-list.dsbl.org rbldns-multihop.dsbl.org rbldns-unconfirmed.dsbl.org when I run #rsync -t rsync.dsbl.org::dsbl/rbldns-list.dsbl.orgwill I download this file ? I can view the directory but I cant download? What am I doing wrong?Thank You very much....
On Sat, Dec 20, 2003 at 04:15:00PM +0200, Serhan T?RKMENLER wrote:> when I run #rsync -t rsync.dsbl.org::dsbl/rbldns-list.dsbl.org > will I download this file ? I can view the directory but I cant > download? What am I doing wrong?You left off the trailing "." arg to tell it where to put the copy. You can use some other directory than ".", if you like, but leaving off the destination results in the files being listed, not copied. ..wayne..