]> arthur.barton.de Git - netatalk.git/blobdiff - man/man1/dbd.1
Merge 2-1
[netatalk.git] / man / man1 / dbd.1
index e59520b239839dfdec71af2d16636bfe09de165f..caff254846f426d85fd1f3505ece5c5265afcd2c 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: dbd
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.74.3 <http://docbook.sf.net/>
-.\"      Date: 26 May 2009
-.\"    Manual: Netatalk
-.\"    Source: Netatalk
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 12 Oct 2010
+.\"    Manual: Netatalk 2.2
+.\"    Source: Netatalk 2.2
 .\"  Language: English
 .\"
-.TH "DBD" "1" "26 May 2009" "2.1dev" "Netatalk"
+.TH "DBD" "1" "12 Oct 2010" "Netatalk 2.2" "Netatalk 2.2"
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
@@ -22,7 +22,7 @@
 dbd \- CNID database maintanance
 .SH "SYNOPSIS"
 .HP \w'\fBdbd\fR\fB\fR\ 'u
-\fBdbd\fR\fB\fR [\-evx] \-d\ [\-i]  | \-s | \-r\ [\-f]   \fIvolumepath\fR
+\fBdbd\fR\fB\fR [\-evx] {\-d\ [\-i]  | \-s\ [\-c|\-n]  | \-r\ [\-c|\-f]  | \-u} \fIvolumepath\fR
 .SH "DESCRIPTION"
 .PP
 \fBdbd\fR
@@ -60,7 +60,7 @@ Compare CNIDs in database with volume
 .sp -1
 .IP \(bu 2.3
 .\}
-Test if AppleDouble directories exist
+Test if \&.AppleDouble directories exist
 .RE
 .sp
 .RS 4
@@ -93,7 +93,7 @@ Report orphaned AppleDouble files
 .sp -1
 .IP \(bu 2.3
 .\}
-Report directories inside AppleDouble directories
+Report directories inside \&.AppleDouble directories
 .RE
 .sp
 .RS 4
@@ -118,14 +118,33 @@ Check name encoding by roundtripping, log on error
 Check for orphaned CNIDs in database (requires
 \fB\-e\fR)
 .RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Open and close adouble files
+.RE
+.RS 4
+.PP
+Options:
+.RS 4
+\fB\-c\fR
+Don\'t check \&.AppleDouble stuff, only check orphaned\&.
+\fB\-n\fR
+Don\'t open CNID database, skip CNID checks, only traverse filesystem
+.RE
 .RE
 .PP
 \-r
 .RS 4
 Rebuild volume\&. With
 \fB\-f\fR
-wipe database and rebuild from CNIIDs stored in AppleDouble files, only available for volumes with \'cachecnid\' option\&. Implies
-\fB\-e\fR\&.
+wipe database and rebuild from CNIIDs stored in AppleDouble files\&.
 .sp
 .RS 4
 .ie n \{\
@@ -146,7 +165,7 @@ Sync CNIDSs from database with volume
 .sp -1
 .IP \(bu 2.3
 .\}
-Ensure AppleDouble directories exist
+Ensure \&.AppleDouble directories exist
 .RE
 .sp
 .RS 4
@@ -179,7 +198,7 @@ Delete orphaned AppleDouble files
 .sp -1
 .IP \(bu 2.3
 .\}
-Report directories inside AppleDouble directories
+Report directories inside \&.AppleDouble directories
 .RE
 .sp
 .RS 4
@@ -204,6 +223,37 @@ Check name encoding by roundtripping, log on error
 Delete orphaned CNIDs in database (requires
 \fB\-e\fR)
 .RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Open and close adouble files
+.RE
+.RS 4
+.PP
+Options:
+.RS 4
+\fB\-c\fR
+Don\'t create \&.AppleDouble stuff, only cleanup orphaned\&.
+
+\fB\-f\fR
+Wipe database and rebuild from IDs stored in AppleDouble files, only available for volumes without
+\fBnocnidcache\fR
+option\&. Implies
+\fB\-e\fR\&.
+.RE
+.RE
+.PP
+\-u
+.RS 4
+Prepare upgrade:
+.sp
+Before installing an upgraded version of Netatalk that is linked against a newer BerkeleyDB lib, run `dbd \-u \&.\&.\&.` from the OLD Netatalk pior to upgrading on all volumes\&. This removes the BerkleyDB environment\&. On exit cnid_dbd does this automatically, so normally calling dbd \-u should not be necessary !
 .RE
 .SH "OPTIONS"
 .PP
@@ -223,10 +273,22 @@ verbose
 .RE
 .SH "WARNING"
 .PP
-If you want/need to run an \-r \-f rebuild after adding \'cachecnid\' to a volume configuration, you must run a rebuild with \-r alone at first in order to sync all existing CNIDs from the db to the AppleDouble files!
+In order to be able to run
+\fB\-rf\fR
+reconstructing the CNIDs in the database from the
+\fIAppleDouble\fR
+files, make sure you\'ve run a
+\fB\-r\fR
+rebuild sometimes before, where the CNIDs then would have been synched between database and
+\fIAppleDouble\fR
+files\&.
+.PP
+Also be careful about the option
+\fBnocnidcache\fR\&. Avoid this option if at all possible, because if prevents you from being able to use
+\fB\-f\fR\&.
 .SH "CNID BACKGROUND"
 .PP
-The CNID backends maintains name to ID mappings\&. If you change a filename outside afpd(8) (shell, samba), the CNID db will not know and doesn\'t reflect that change\&. Netatalk tries to recover from such inconsistencies as gracefully as possible\&. The mechanisms to resolve such inconsistencies may fail sometimes, though, as this is not an easy task to accomplish\&. E\&.g\&. if several names in the path to the file or directory have changed, things may go wrong\&.
+The CNID backends maintains name to ID mappings\&. If you change a filename outside afpd(8) (shell, samba), the CNID db will not know and not reflect that change\&. Netatalk tries to recover from such inconsistencies as gracefully as possible\&. The mechanisms to resolve such inconsistencies may fail sometimes, though, as this is not an easy task to accomplish\&. E\&.g\&. if several names in the path to the file or directory have changed, things may go wrong\&.
 .PP
 If you change a lot of filenames at once, chances are higher that the afpds fallback mechanisms fail, i\&.e\&. files will be assigned new IDs, even though the file hasn\'t changed\&.
 .SH "SEE ALSO"