summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-12 14:27:06 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-12 14:27:06 -0400
commitaaf52ab85b518d8c6b4ed0211b69d6be531ae5a9 (patch)
treea7375f8be06af0faa3eeb3958f05578180ba8dbf /docs
parentbdcdc5b244ea5deb35ff92787e1fb4068968d9dd (diff)
downloadcobbler-aaf52ab85b518d8c6b4ed0211b69d6be531ae5a9.tar.gz
cobbler-aaf52ab85b518d8c6b4ed0211b69d6be531ae5a9.tar.xz
cobbler-aaf52ab85b518d8c6b4ed0211b69d6be531ae5a9.zip
Patch for replicate error handling + docs
Diffstat (limited to 'docs')
-rw-r--r--docs/cobbler.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 72836f09..ce5cb0d2 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -399,6 +399,14 @@ Objects can also be renamed, as long as other objects don't reference them.
B<cobbler distro|profile|system|repo rename --name=oldname --newname=newname>
+=head2 REPLICATING
+
+Cobbler can replicate distro and profile data from a master cobbler server.
+
+B<cobbler replicate --master=cobbler.example.org>
+
+This will bring over all distro data for which it can find data in /var/www/cobbler/ks_mirror can be found. It will also bring over any default profiles for those distros. A default cobbler master can be set in the settings file. Tree data must still be rsync'd (or otherwise mirrored) manually.
+
=head2 REBUILDING CONFIGURATIONS
B<cobbler sync>