X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/c0c23a60ef1189000787892f40f120240746e7a3..86214c4a61b9ab346d7c4b6a12c9825a13caf921:/doc/disorder-dump.8.in diff --git a/doc/disorder-dump.8.in b/doc/disorder-dump.8.in index 0f13bc8..3f0b6f0 100644 --- a/doc/disorder-dump.8.in +++ b/doc/disorder-dump.8.in @@ -1,74 +1,72 @@ .\" -.\" Copyright (C) 2004, 2005 Richard Kettlewell +.\" Copyright (C) 2004, 2005, 2007, 2008 Richard Kettlewell .\" -.\" This program is free software; you can redistribute it and/or modify +.\" This program is free software: you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by -.\" the Free Software Foundation; either version 2 of the License, or +.\" the Free Software Foundation, either version 3 of the License, or .\" (at your option) any later version. -.\" -.\" This program is distributed in the hope that it will be useful, but -.\" WITHOUT ANY WARRANTY; without even the implied warranty of -.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -.\" General Public License for more details. -.\" +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" .\" You should have received a copy of the GNU General Public License -.\" along with this program; if not, write to the Free Software -.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -.\" USA +.\" along with this program. If not, see . .\" .TH disorder-dump 8 .SH NAME -disorder-dump \- DisOrder dump/undump tool +disorder\-dump \- DisOrder dump/undump tool .SH SYNOPSIS -.B disorder-dump +.B disorder\-dump .RI [ OPTIONS ] -.BR --dump | --undump +.BR \-\-dump | \-\-undump .I PATH .br -.B disorder-dump +.B disorder\-dump .RI [ OPTIONS ] -.BR --recompute-aliases +.BR \-\-recompute\-aliases .SH DESCRIPTION -.B disorder-dump +.B disorder\-dump is used to dump and restore preferences data. .SH OPTIONS .TP -.B --dump +.B \-\-dump Write preferences data to \fIPATH\fR. This can safely be used whether or not the server is running. .TP -.B --undump +.B \-\-undump Read preferences data from \fIPATH\fR, replacing (unrecoverably) the current settings. This should normally only be done while the server is not running. .IP If the server is running then it may hang while the undump completes. .TP -.B --recover +.B \-\-recover Perform database recovery at startup. The server should not be running if this option is used. .TP -.B --recompute-aliases +.B \-\-recompute\-aliases Recompute aliases without dumping or undumping the databases. Under normal circumstances this is never necessary. .TP -.B --remove-pathless +.B \-\-remove\-pathless Remove tracks with no associated path when undumping or when recomputing aliases. In normal use such tracks are all aliases. .TP -.B --config \fIPATH\fR, \fB-c \fIPATH +.B \-\-config \fIPATH\fR, \fB\-c \fIPATH Set the configuration file. The default is .IR /etc/disorder/config . .TP -.B --debug\fR +.B \-\-debug\fR Enable debugging. .TP -.B --help\fR, \fB-h +.B \-\-help\fR, \fB\-h Display a usage message. .TP -.B --version\fR, \fB-V +.B \-\-version\fR, \fB\-V Display version number. .SH NOTES This program might be used for a number of purposes: @@ -81,7 +79,7 @@ Indoctrinating one DisOrder server with the preference values of another. .PP The output file is versioned, so versions produced from a future -version of DisOrder may be rejected by \fB--undump\fR. +version of DisOrder may be rejected by \fB\-\-undump\fR. It has an end marker so truncated inputs will also be rejected. .PP The input or output file must be a regular file, as it may be rewound @@ -94,7 +92,7 @@ anything else accessing the databases. The server performs normal database recovery on startup. However if the database needs normal recovery before an undump can succeed and you don't want to start the server for some reason then the -.B --recover +.B \-\-recover operation is available for this purpose. No other process should be accessing the database at the time. .PP