> You need to write a simple wrapper script that rsyncs your data, that's it.
Here's the wrapper I wrote, seems to work. # vi replicate-cobbler.sh rsync -avz cobbler-master:/usr/distros/ /usr/distros rsync -avz cobbler-master:/var/lib/cobbler/config /var/lib/cobbler cobbler replicate --master=cobbler-master --full-data-sync :wq! On Mon, Sep 14, 2009 at 11:47 AM, Michael DeHaan<[email protected]> wrote: > On 09/14/2009 02:00 PM, Paul Company wrote: >> How about I trick "cobbler import". >> >> What's the minimum I need to have cobbler import work? >> >> For example, >> >> # mkdir -p /usr/distros/5Server-x86_64 >> # cd /usr/distros/5Server-x86_64 >> # scp vmlinuz initrd.img . >> # cobbler import --name=5Server-x86_64 --mirror=/usr/distros/5Server-x86_64 >> ....this fails with.... >> No distro signature for kernel at /var/www/cobbler/ks_mirror >> >> What's the minimum I need to add to /usr/distros/5Server-x86_64 to get >> import to work? >> Is there just a single "signature file" I can copy over? >> > > We support import of DVD images and official rsync images only. > Any tricks are unsupported and I would prefer they not be discussed here. > > You need to write a simple wrapper script that rsyncs your data, that's it. > > --Michael > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
