Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tdbdump(8) [debian man page]

TDBDUMP(8)						    System Administration tools 						TDBDUMP(8)

NAME
tdbdump - tool for printing the contents of a TDB file SYNOPSIS
tdbdump {filename} DESCRIPTION
This tool is part of the samba(1) suite. tdbdump is a very simple utility that 'dumps' the contents of a TDB (Trivial DataBase) file to standard output in a human-readable format. This tool can be used when debugging problems with TDB files. It is intended for those who are somewhat familiar with Samba internals. VERSION
This man page is correct for version 3 of the Samba suite. AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. The tdbdump man page was written by Jelmer Vernooij. Samba 3.6 05/28/2012 TDBDUMP(8)

Check Out this Related Man Page

NTDBRESTORE(8)						    System Administration tools 					    NTDBRESTORE(8)

NAME
ntdbrestore - tool for creating a NTDB file out of a ntdbdump output SYNOPSIS
ntdbrestore {ntdbfilename} DESCRIPTION
This tool is part of the samba(1) suite. ntdbrestore is a very simple utility that 'restores' the contents of dump file into NTDB (New Trivial DataBase) file. The dump file is obtained from the ntdbdump or tdbdump commands. This tool wait on the standard input for the content of the dump and will write the ntdb in the ntdbfilename parameter. This tool can be used to translate between ntdb and tdb files by dumping and restoring. VERSION
This man page is correct for version 4 of the Samba suite. SEE ALSO
ntdbdump(8), tdbrestore(8) AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. ntdbrestore was written by Rusty Russell based on tdbrestore, which was initially written by Volker Lendecke based on an idea by Simon McVittie. The ntdbrestore man page was written by Rusty Russell, based on the tdbrestore man page by Matthieu Patou. Samba 4.1 06/17/2014 NTDBRESTORE(8)
Man Page