Hello-
 
Simple question, I want to mirror a repo, do I have get granular and point to the architecture? So I want to mirror centos updates from: http://mirrors.rit.edu/centos/5.2/updates/, under this path we have:
 
SRPMS
i386
x86_64
 
Can I just do this?
 
cobbler repo add --mirror=http://mirrors.rit.edu/centos/5.2/updates/ --name=centos5-updates
 
Will it mirror all everything list above?
 
Thanks