X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Famservice.8;h=d08bb04e7190142ef5a31ee6c3832f550d95e7d8;hb=HEAD;hp=0276a8f09900e76fa041f4a0d49558ae6116f035;hpb=d5853102f67d85d8e169f9dbe973ad573306c215;p=debian%2Famanda diff --git a/man/amservice.8 b/man/amservice.8 index 0276a8f..d08bb04 100644 --- a/man/amservice.8 +++ b/man/amservice.8 @@ -1,13 +1,22 @@ '\" t .\" Title: amservice .\" Author: Jean-Louis Martineau -.\" Generator: DocBook XSL Stylesheets vsnapshot_8273 -.\" Date: 06/01/2010 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 01/10/2013 .\" Manual: System Administration Commands -.\" Source: Amanda 3.1.0 +.\" Source: Amanda 3.3.3 .\" Language: English .\" -.TH "AMSERVICE" "8" "06/01/2010" "Amanda 3\&.1\&.0" "System Administration Commands" +.TH "AMSERVICE" "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 .\" ----------------------------------------------------------------- @@ -22,7 +31,7 @@ amservice \- run an amanda service on a client .SH "SYNOPSIS" .HP \w'\fBamservice\fR\ 'u -\fBamservice\fR \fIhostname\fR \fIauth\fR \fIservice\fR [\-f\ \fIinput_file\fR] [{\fB\-o\fR\ \fIconfigoption\fR}...] +\fBamservice\fR [\-f\ \fIinput_file\fR\ [\-s]] [\fB\-o\fR\ \fIconfigoption\fR...] \fIhostname\fR \fIauth\fR \fIservice\fR .SH "DESCRIPTION" .PP \fBAmservice\fR @@ -53,6 +62,11 @@ The amanda service to execute on the client\&. One of noop, selfcheck or sendsiz Use the file input_file instead of stdin to read the REQ packet from\&. .RE .PP +\fB\-s\fR +.RS 4 +Redirect the first connected stream to stdin/stdout\&. The \-f argument is required for the REQ packet, the REP packet is not printed on stdout\&. +.RE +.PP \fB\-o \fR\fB\fIconfigoption\fR\fR .RS 4 See the "CONFIGURATION OVERRIDE" section in @@ -62,7 +76,8 @@ See the "CONFIGURATION OVERRIDE" section in .PP The noop service is easy to execute because it does not require a REQ packet: .nf -amservice hostname bsdtcp noop < /dev/null.fi +amservice hostname bsdtcp noop < /dev/null +.fi .PP The example executes the noop service on the client using bsdtcp auth\&. This is useful for debugging connection problems\&. It print an OPTIONS line upon success\&. .PP @@ -77,7 +92,7 @@ The exit code of \fBamservice\fR is one of: .PP As \fBamservice\fR -doesn\'t parse the REP packet, it can only detect failures in executing amandad on the client\&. +doesn\*(Aqt parse the REP packet, it can only detect failures in executing amandad on the client\&. \fBamservice\fR can exit with value 0 even if the user is not authorized to execute the service\&. An error message will be printed\&. .SH "SEE ALSO"