I want to use rsync to maintain a local FC10 updates repo. I do this with Centos.

So I wanted to do a simple rsync against one of the mirrors, and tried the script:

#!/bin/sh
rsync -auv rsync://mirrors.usc.edu/pub/linux/distributions/fedora/linux/updates/10/i386/ \
--delete --exclude=debug/ /repos/fedora/10/updates/i386

It fails:

@ERROR: Unknown module 'pub'
rsync error: error starting client-server protocol (code 5) at main.c(1296) [receiver=2.6.8]


Can someone help me?


--
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to