Re: Website link for 65.116.80.7
Paul Howarth <[email protected]>
| Newsgroups | gmane.mail.spam.dsbl.admin |
|---|---|
| Message-ID | <[email protected]> |
Andrea wrote: > rsync fails. > > I've tried to rsync the fulldata file without -r key but it fails. > > Here is the comand line history history: > > rsync -t rsync.dsbl.org::dsbl/fulldata > rsync: The server is configured to refuse --recursive (-r) > rsync error: requested action not supported (code 4) at clientserver.c(473) > rsync: connection unexpectedly closed (4 bytes received so far) [receiver] > rsync error: error in rsync protocol data stream (code 12) at io.c(359) You missed the period at the end of the command, which specifies where to put the file. Without this, rsync tries to work in recursive mode, which is not supported by the DSBL rsync server. Paul.