1TDBRESTORE(8) System Administration tools TDBRESTORE(8)
2
3
4
6 tdbrestore - tool for creating a TDB file out of a tdbdump output
7
9 tdbrestore {tdbfilename}
10
12 This tool is part of the samba(1) suite.
13
14 tdbrestore is a very simple utility that 'restores' the contents of
15 dump file into TDB (Trivial DataBase) file. The dump file is obtained
16 from the tdbdump command.
17
18 This tool wait on the standard input for the content of the dump and
19 will write the tdb in the tdbfilename parameter.
20
21 This tool can be used for unpacking the content of tdb as backup mean.
22
24 This man page is correct for version 3 of the Samba suite.
25
27 The original Samba software and related utilities were created by
28 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
29 Source project similar to the way the Linux kernel is developed. This
30 tool was initially written by Volker Lendecke based on an idea by Simon
31 McVittie.
32
33 The tdbrestore man page was written by Matthieu Patou.
34
35
36
37Samba 3.6 2015-04-25 TDBRESTORE(8)