Changeset 134 for branches/samba-3.0/docs/manpages/tdbbackup.8
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/docs/manpages/tdbbackup.8
r44 r134 1 .\"Generated by db2man.xsl. Don't modify this, modify the source. 2 .de Sh \" Subsection 3 .br 4 .if t .Sp 5 .ne 5 6 .PP 7 \fB\\$1\fR 8 .PP 9 .. 10 .de Sp \" Vertical space (when we can't use .PP) 11 .if t .sp .5v 12 .if n .sp 13 .. 14 .de Ip \" List item 15 .br 16 .ie \\n(.$>=3 .ne \\$3 17 .el .ne 3 18 .IP "\\$1" \\$2 19 .. 20 .TH "TDBBACKUP" 8 "" "" "" 1 .\" Title: tdbbackup 2 .\" Author: 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/21/2008 5 .\" Manual: System Administration tools 6 .\" Source: Samba 3.0 7 .\" 8 .TH "TDBBACKUP" "8" "05/21/2008" "Samba 3\.0" "System Administration tools" 9 .\" disable hyphenation 10 .nh 11 .\" disable justification (adjust text to left margin only) 12 .ad l 21 13 .SH "NAME" 22 14 tdbbackup - tool for backing up and for validating the integrity of samba .tdb files 23 15 .SH "SYNOPSIS" 24 16 .HP 1 25 tdbbackup [ -s suffix] [-v] [-h]17 tdbbackup [\-s\ suffix] [\-v] [\-h] 26 18 .SH "DESCRIPTION" 27 19 .PP 28 20 This tool is part of the 29 21 \fBsamba\fR(1) 30 suite .22 suite\. 31 23 .PP 32 24 tdbbackup 33 is a tool that may be used to backup samba .tdb files. This tool may also be used to verify the integrity of the .tdb files prior to samba startup or during normal operation. If it finds file damage and it finds a prior backup the backup file will be restored.25 is a tool that may be used to backup samba \.tdb files\. This tool may also be used to verify the integrity of the \.tdb files prior to samba startup or during normal operation\. If it finds file damage and it finds a prior backup the backup file will be restored\. 34 26 .SH "OPTIONS" 35 27 .PP 36 -h37 .RS 3n38 Get help information .28 \-h 29 .RS 4 30 Get help information\. 39 31 .RE 40 32 .PP 41 -s suffix42 .RS 3n33 \-s suffix 34 .RS 4 43 35 The 44 -s45 option allows the adminisistrator to specify a file backup extension . This way it is possible to keep a history of tdb backup files by using a new suffix for each backup.36 \-s 37 option allows the adminisistrator to specify a file backup extension\. This way it is possible to keep a history of tdb backup files by using a new suffix for each backup\. 46 38 .RE 47 39 .PP 48 -v49 .RS 3n40 \-v 41 .RS 4 50 42 The 51 -v52 will check the database for damages (currupt data) which if detected causes the backup to be restored .43 \-v 44 will check the database for damages (currupt data) which if detected causes the backup to be restored\. 53 45 .RE 54 46 .SH "COMMANDS" 55 47 .PP 56 \f BGENERAL INFORMATION\fR48 \fIGENERAL INFORMATION\fR 57 49 .PP 58 50 The 59 51 tdbbackup 60 utility can safely be run at any time . It was designed so that it can be used at any time to validate the integrity of tdb files, even during Samba operation. Typical usage for the command will be:52 utility can safely be run at any time\. It was designed so that it can be used at any time to validate the integrity of tdb files, even during Samba operation\. Typical usage for the command will be: 61 53 .PP 62 tdbbackup [ -s suffix] *.tdb54 tdbbackup [\-s suffix] *\.tdb 63 55 .PP 64 Before restarting samba the following command may be run to validate .tdb files:56 Before restarting samba the following command may be run to validate \.tdb files: 65 57 .PP 66 tdbbackup -v [-s suffix] *.tdb58 tdbbackup \-v [\-s suffix] *\.tdb 67 59 .PP 68 Samba .tdb files are stored in various locations, be sure to run backup all .tdb file on the system. Important files includes: 69 .TP 3n 70 \(bu 60 Samba \.tdb files are stored in various locations, be sure to run backup all \.tdb file on the system\. Important files includes: 61 .sp 62 .RS 4 63 .ie n \{\ 64 \h'-04'\(bu\h'+03'\c 65 .\} 66 .el \{\ 67 .sp -1 68 .IP \(bu 2.3 69 .\} 71 70 72 secrets.tdb 73 - usual location is in the /usr/local/samba/private directory, or on some systems in /etc/samba. 74 .TP 3n 75 \(bu 71 secrets\.tdb 72 \- usual location is in the /usr/local/samba/private directory, or on some systems in /etc/samba\. 73 .RE 74 .sp 75 .RS 4 76 .ie n \{\ 77 \h'-04'\(bu\h'+03'\c 78 .\} 79 .el \{\ 80 .sp -1 81 .IP \(bu 2.3 82 .\} 76 83 77 passdb.tdb 78 - usual location is in the /usr/local/samba/private directory, or on some systems in /etc/samba. 79 .TP 3n 80 \(bu 84 passdb\.tdb 85 \- usual location is in the /usr/local/samba/private directory, or on some systems in /etc/samba\. 86 .RE 87 .sp 88 .RS 4 89 .ie n \{\ 90 \h'-04'\(bu\h'+03'\c 91 .\} 92 .el \{\ 93 .sp -1 94 .IP \(bu 2.3 95 .\} 81 96 82 * .tdb83 located in the /usr/local/samba/var directory or on some systems in the /var/cache or /var/lib/samba directories .97 *\.tdb 98 located in the /usr/local/samba/var directory or on some systems in the /var/cache or /var/lib/samba directories\. 84 99 .SH "VERSION" 85 100 .PP 86 This man page is correct for version 3 .0 of the Samba suite.101 This man page is correct for version 3\.0 of the Samba suite\. 87 102 .SH "AUTHOR" 88 103 .PP 89 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.104 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\. 90 105 .PP 91 The tdbbackup man page was written by John H Terpstra. 92 106 The tdbbackup man page was written by John H Terpstra\.
Note:
See TracChangeset
for help on using the changeset viewer.