From: Douglas Bagnall Date: Thu, 27 Feb 2025 04:36:09 +0000 (+1300) Subject: manpages: samba-tool drs clone-dc-database X-Git-Tag: tevent-0.17.0~554 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7183da7583dea19b5076650ccc6563c9b0e60d56;p=thirdparty%2Fsamba.git manpages: samba-tool drs clone-dc-database Signed-off-by: Douglas Bagnall Reviewed-by: Rowland Penny --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 500971c1595..17fc7bcd7e3 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -2419,6 +2419,44 @@ Show DRS capabilities of a server. + + drs clone-dc-database <replaceable>dnsdomain</replaceable> + --targetdir=<replaceable>DIR</replaceable> [options] + + Replicate an initial clone of domain, but DO NOT JOIN it. + + + + + --server=DC + Clone this DC. + + + --targetdir=TARGETDIR + where to store provision (required). + + + -q, --quiet + Be quiet. + + + --include-secrets + Also replicate secret values. + + + --backend-store=BACKENDSTORE + Specify the database backend to be used + (default is tdb). + + + --backend-store-size=SIZE + Specify the size of the backend database, + currentlyonly supported by lmdb backends (default is 8 + GB). + + + + drs kcc Trigger knowledge consistency center run.