Displaying 1 result from an estimated 1 matches for "incdvd".
Did you mean:
incdec
2016 Aug 28
1
Off Topic: CentOS Public mirror question
...myself.
Which higher tier mirror should I use to rsync CentOS from (including
DVDs) to public mirror I maintain?
I use probably outdated source to rsync from. Namely, here is my rsync
line (in longer cron job):
rsync -aqH --exclude .~tmp~/ --exclude .~tmp~ --delete\
msync-dvd.centos.org::CentOS-incdvd /data/mirror/centos
- and I'm getting the following error:
@ERROR: Unknown module 'CentOS-incdvd'
I also tried what CentOS public mirror wiki suggests, and get similar error:
rsync -aqH --exclude .~tmp~/ --exclude .~tmp~ --delete\
us-msync.centos.org::CentOS /data/mirror/centos
@E...