On Fri, Oct 10, 2008 at 8:39 AM, Bo Lynch <blynch at ameliaschools.com> wrote: > On Fri, October 10, 2008 11:39 am, Ned Slider wrote: >> Bo Lynch wrote: > So my pub folder would have centos/5.1/os/i386 which would have the > original 5.1 rpms and I would set the updates repo to point to the > centos/5/updates/i386 right? > So all I really need to rsync is the updates from the 5 folder on the mirror. You need to have the original content of 5.2 in 5.2/ and create a symlink: 5 -> 5.2 When 5.3 comes out, get the content in 5.3/ and redirect the symlink: 5 -> 5.3 and so on. Akemi