diff options
author | Aaron Haslett <aaronhaslett@catalyst.net.nz> | 2018-05-01 11:11:01 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-07-03 10:39:14 +0200 |
commit | 7844074621348b778ee0f8b73652f035cc5ec9ad (patch) | |
tree | 7d18c88a2a7eadc610a6993ef61b58cd4c97cf67 /docs-xml/manpages | |
parent | e0301df111c5adbaa77299bb5d43c180cdd9df2c (diff) | |
download | samba-7844074621348b778ee0f8b73652f035cc5ec9ad.tar.gz |
netcmd: domain backup restore command
Add a command option that restores a backup file. This is only intended
for recovering from a catastrophic failure of the domain. The old domain
DCs are removed from the DB and a new DC is added.
Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz>
Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/samba-tool.8.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 70ff956cef7..b8038bc510c 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -302,6 +302,11 @@ </refsect3> <refsect3> + <title>domain backup restore</title> + <para>Restore the domain's DB from a backup-file.</para> +</refsect3> + +<refsect3> <title>domain classicupgrade [options] <replaceable>classic_smb_conf</replaceable></title> <para>Upgrade from Samba classic (NT4-like) database to Samba AD DC database.</para> |