Using rsync to maintain local FC10 updates repo

Robert Moskowitz rgm at htt-consult.com
Mon Feb 16 19:57:31 UTC 2009


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?





More information about the fedora-list mailing list