1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="tdbbackup.8">
6 <refentrytitle>tdbbackup</refentrytitle>
7 <manvolnum>8</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10 <refmiscinfo class="version">3.2</refmiscinfo>
15 <refname>tdbbackup</refname>
16 <refpurpose>tool for backing up and for validating the integrity of samba .tdb files</refpurpose>
21 <command>tdbbackup</command>
22 <arg choice="opt">-s suffix</arg>
23 <arg choice="opt">-v</arg>
24 <arg choice="opt">-h</arg>
29 <title>DESCRIPTION</title>
31 <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
32 <manvolnum>1</manvolnum></citerefentry> suite.</para>
34 <para><command>tdbbackup</command> is a tool that may be used to backup samba .tdb
35 files. This tool may also be used to verify the integrity of the .tdb files prior
36 to samba startup or during normal operation. If it finds file damage and it finds
37 a prior backup the backup file will be restored.
43 <title>OPTIONS</title>
55 <term>-s suffix</term>
57 The <command>-s</command> option allows the adminisistrator to specify a file
58 backup extension. This way it is possible to keep a history of tdb backup
59 files by using a new suffix for each backup.
66 The <command>-v</command> will check the database for damages (currupt data)
67 which if detected causes the backup to be restored.
76 <title>COMMANDS</title>
78 <para><emphasis>GENERAL INFORMATION</emphasis></para>
81 The <command>tdbbackup</command> utility can safely be run at any time. It was designed so
82 that it can be used at any time to validate the integrity of tdb files, even during Samba
83 operation. Typical usage for the command will be:
86 <para>tdbbackup [-s suffix] *.tdb</para>
89 Before restarting samba the following command may be run to validate .tdb files:
92 <para>tdbbackup -v [-s suffix] *.tdb</para>
95 Samba .tdb files are stored in various locations, be sure to run backup all
96 .tdb file on the system. Important files includes:
101 <command>secrets.tdb</command> - usual location is in the /usr/local/samba/private
102 directory, or on some systems in /etc/samba.
106 <command>passdb.tdb</command> - usual location is in the /usr/local/samba/private
107 directory, or on some systems in /etc/samba.
111 <command>*.tdb</command> located in the /usr/local/samba/var directory or on some
112 systems in the /var/cache or /var/lib/samba directories.
119 <title>VERSION</title>
121 <para>This man page is correct for version 3 of the Samba suite.</para>
125 <title>AUTHOR</title>
128 The original Samba software and related utilities were created by Andrew Tridgell.
129 Samba is now developed by the Samba Team as an Open Source project similar to the way
130 the Linux kernel is developed.
133 <para>The tdbbackup man page was written by John H Terpstra.</para>