1NTDBRESTORE(8) System Administration tools NTDBRESTORE(8)
2
3
4
6 ntdbrestore - tool for creating a NTDB file out of a ntdbdump output
7
9 ntdbrestore {ntdbfilename}
10
12 This tool is part of the samba(1) suite.
13
14 ntdbrestore is a very simple utility that ´restores´ the contents of
15 dump file into NTDB (New Trivial DataBase) file. The dump file is
16 obtained from the ntdbdump or tdbdump commands.
17
18 This tool wait on the standard input for the content of the dump and
19 will write the ntdb in the ntdbfilename parameter.
20
21 This tool can be used to translate between ntdb and tdb files by
22 dumping and restoring.
23
25 This man page is correct for version 4 of the Samba suite.
26
28 ntdbdump(8), tdbrestore(8)
29
31 The original Samba software and related utilities were created by
32 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
33 Source project similar to the way the Linux kernel is developed.
34 ntdbrestore was written by Rusty Russell based on tdbrestore, which was
35 initially written by Volker Lendecke based on an idea by Simon
36 McVittie.
37
38 The ntdbrestore man page was written by Rusty Russell, based on the
39 tdbrestore man page by Matthieu Patou.
40
41
42
43Samba 4.1 06/19/2018 NTDBRESTORE(8)