lintian doesn't like orphan packages with uploaders...
[debian/amanda] / man / amrecover.8
index eb40579b129e3b59d7400f45ff27cb3f600fa028..5e268721da99bc52467110f67b5ff85166a590b5 100644 (file)
@@ -1,13 +1,22 @@
 '\" t
 .\"     Title: amrecover
 .\"    Author: Alan M. McIvor <alan@kauri.auck.irl.cri.nz>
-.\" Generator: DocBook XSL Stylesheets vsnapshot_8273 <http://docbook.sf.net/>
-.\"      Date: 11/05/2009
+.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
+.\"      Date: 01/10/2013
 .\"    Manual: System Administration Commands
-.\"    Source: Amanda 2.6.1p2
+.\"    Source: Amanda 3.3.3
 .\"  Language: English
 .\"
-.TH "AMRECOVER" "8" "11/05/2009" "Amanda 2\&.6\&.1p2" "System Administration Commands"
+.TH "AMRECOVER" "8" "01/10/2013" "Amanda 3\&.3\&.3" "System Administration Commands"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
 .\" * MAIN CONTENT STARTS HERE *
 .\" -----------------------------------------------------------------
 .SH "NAME"
-amrecover \- \fIAmanda\fR index database browser
+amrecover \- Amanda index database browser
 .SH "SYNOPSIS"
 .HP \w'\fBamrecover\fR\ 'u
-\fBamrecover\fR [\-C\ \fIconfig\fR] [\-s\ \fIindex\-server\fR] [\-t\ \fItape\-server\fR] [\-d\ \fItape\-device\fR] [\-o\ \fIconfigoption\fR]...
+\fBamrecover\fR [\-s\ \fIindex\-server\fR] [\-t\ \fItape\-server\fR] [\-d\ \fItape\-device\fR] [\-h\ \fIhostname\fR] [\fB\-o\fR\ \fIconfigoption\fR...] [\-C\ \fIconfig\fR]
 .SH "DESCRIPTION"
 .PP
 \fBAmrecover\fR
-browses the database of
-\fIAmanda\fR
-index files to determine which tapes contain files to recover\&. Furthermore, it is able to recover files\&.
+browses the database of Amanda index files to determine which tapes contain files to recover\&. Furthermore, it is able to recover files\&.
 .PP
 In order to restore files in place, you must invoke
 \fBamrecover\fR
@@ -45,8 +52,7 @@ file\&. If no configuration name is supplied on the command line, Amrecover will
 .PP
 See the
 \fBamanda\fR(8)
-man page for more details about
-\fIAmanda\fR\&.
+man page for more details about Amanda\&.
 .SH "OPTIONS"
 .if n \{\
 .sp
@@ -69,8 +75,7 @@ to recover client\-encrypted or client\-custom\-compressed tapes\&.
 .PP
 \fB[ \-C ] config\fR
 .RS 4
-\fIAmanda\fR
-configuration\&.
+Amanda configuration\&.
 .RE
 .PP
 \fB\-s index\-server\fR
@@ -88,11 +93,23 @@ Host that runs the tape server daemon\&.
 Tape device to use on the tape server host\&.
 .RE
 .PP
+\fB\-h hostname\fR
+.RS 4
+Hostname to begin restoring; defaults to the system\*(Aqs hostname\&.
+.RE
+.PP
 \fB\-o\fR \fIclientconfigoption\fR
 .RS 4
 See the "\fBCONFIGURATION OVERRIDE\fR" section in
 \fBamanda\fR(8)\&.
 .RE
+.SH "AUTH"
+.PP
+The default
+\fBauth\fR
+is \*(AqBSDTCP\*(Aq, you can set a different auth in the
+\fBamanda\-client\&.conf\fR
+file or by specifying the \*(Aq\-oauth=bsd\*(Aq command line argument\&.
 .SH "COMMANDS"
 .PP
 \fBAmrecover\fR
@@ -184,13 +201,36 @@ List all
 \fBdiskname\fR
 .RE
 .PP
+\fBlistproperty\fR
+.RS 4
+List all
+\fBproperty\fR
+.RE
+.PP
+\fBsetproperty\fR [\fBappend\fR] [\fBpriority\fR] \fIname\fR [\fIvalue\fR \&.\&.\&.]
+.RS 4
+Set the property
+\fIname\fR
+to the value
+\fIvalue\fR\&. The
+\fBappend\fR
+keyword appends the
+\fIvalue\fR
+to the values already set for this property\&. Without
+\fIvalue\fR, the property is unset\&. The
+\fBpriority\fR
+keyword is unused, it is present for ease of copy/paste from application definition\&.
+.RE
+.PP
 \fBsetdevice\fR [[\-h \fItape\-server\fR] \fItapedev\fR]
 .RS 4
 Specifies the host to use as the tape server, and which of its tape devices to use\&. If the server is omitted, the server name reverts to the configure\-time default\&. If the tape device is omitted, the default is used\&.
 .sp
 If you want amrecover to use your changer, the
 \fItapedev\fR
-must be equal to the amrecover_changer setting on the server\&.
+must be equal to the
+\fBamrecover\-changer\fR
+setting on the server\&.
 .sp
 Since device names contain colons, you must always specify the hostname\&.
 .nf
@@ -217,6 +257,13 @@ is
 \fBtar\fR, they are extracted on the local machine the same way tar volumes are extracted\&.
 .RE
 .PP
+\fBsettranslate\fR [\fBon\fR|\fBoff\fR]
+.RS 4
+Default: on\&. Translate escaped octal value (\*(Aq\e000\*(Aq) in the index file to their corespondig characters, it improve the interface if amrecover is run in the same charset as the filename\&. Set it to
+\fBoff\fR
+if the charset of some filename is not compatible with the amrecover charset\&.
+.RE
+.PP
 \fBmode\fR
 .RS 4
 Displays the extracting mode for Samba shares\&.
@@ -293,9 +340,7 @@ Delete the specified files or directories from the restore list\&. Each item may
 .PP
 \fBlist\fR \fIfile\fR
 .RS 4
-Display the contents of the restore list\&. If a file name is specified, the restore list is written to that file\&. This can be used to manually extract the files from the
-\fIAmanda\fR
-tapes with
+Display the contents of the restore list\&. If a file name is specified, the restore list is written to that file\&. This can be used to manually extract the files from the Amanda tapes with
 \fBamrestore\fR\&.
 .RE
 .PP
@@ -338,12 +383,12 @@ file\&.
 syslog\&.7: No such file or directory
 # amrecover MyConfig
 AMRECOVER Version 2\&.4\&.2\&. Contacting server on oops \&.\&.\&.
-220 oops \fIAmanda\fR index server (2\&.4\&.2) ready\&.
+220 oops Amanda index server (2\&.4\&.2) ready\&.
 Setting restore date to today (1997\-12\-09)
 200 Working date set to 1997\-12\-09\&.
 200 Config set to MyConfig\&.
 200 Dump host set to this\-host\&.some\&.org\&.
-$CWD \'/var/log\' is on disk \'/var\' mounted at \'/var\'\&.
+$CWD \*(Aq/var/log\*(Aq is on disk \*(Aq/var\*(Aq mounted at \*(Aq/var\*(Aq\&.
 200 Disk set to /var\&.
 /var/log
 WARNING: not on root of selected filesystem, check man\-page!
@@ -377,7 +422,7 @@ Continue? [Y/n]: y
 
 Load tape DMP014 now
 Continue? [Y/n/t]: y
-set owner/mode for \'\&.\'? [yn] n
+set owner/mode for \*(Aq\&.\*(Aq? [yn] n
 amrecover> quit
 200 Good bye\&.
 # ls \-l syslog\&.7
@@ -488,8 +533,10 @@ If set, $AMANDA_TAPE_SERVER will be used as tape\-server\&. The value will take
 \fBamanda-client.conf\fR(5),
 \fBamrestore\fR(8),
 \fBamfetchdump\fR(8),
-\fBreadline\fR(3),
-: http://wiki.zmanda.com
+\fBreadline\fR(3)
+.PP
+The Amanda Wiki:
+: http://wiki.zmanda.com/
 .SH "AUTHORS"
 .PP
 \fBAlan M\&. McIvor\fR <\&alan@kauri\&.auck\&.irl\&.cri\&.nz\&>