]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
manpages: samba-tool drs clone-dc-database
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 27 Feb 2025 04:36:09 +0000 (17:36 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 12 Mar 2025 19:57:34 +0000 (19:57 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Rowland Penny <rpenny@samba.org>
docs-xml/manpages/samba-tool.8.xml

index 500971c1595d65d0f2bc526693cc0efd233e9efd..17fc7bcd7e3840198f789bf56a3de3013a56d97e 100644 (file)
        <para>Show DRS capabilities of a server.</para>
 </refsect3>
 
+<refsect3>
+  <title>drs clone-dc-database <replaceable>dnsdomain</replaceable>
+  --targetdir=<replaceable>DIR</replaceable> [options]</title>
+
+       <para>Replicate an initial clone of domain, but DO NOT JOIN it.
+       </para>
+
+       <variablelist>
+         <varlistentry>
+           <term>--server=DC</term>
+           <listitem><para>Clone this DC.</para></listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>--targetdir=TARGETDIR</term>
+           <listitem><para>where to store provision (required).</para></listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>-q, --quiet</term>
+           <listitem><para>Be quiet.</para></listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>--include-secrets</term>
+           <listitem><para>Also replicate secret values.</para></listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>--backend-store=BACKENDSTORE</term>
+           <listitem><para>Specify the database backend to be used
+           (default is tdb).</para></listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>--backend-store-size=SIZE</term>
+           <listitem><para>Specify the size of the backend database,
+           currentlyonly supported by lmdb backends (default is 8
+           GB).</para></listitem>
+         </varlistentry>
+       </variablelist>
+</refsect3>
+
 <refsect3>
        <title>drs kcc</title>
        <para>Trigger knowledge consistency center run.</para>