X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Famservice.8;h=35b751e090ee75f96e2be04adf19d279ff01d21b;hb=c0dcac5cea561cfb1faa01a0c0738a8768c22efd;hp=0276a8f09900e76fa041f4a0d49558ae6116f035;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/man/amservice.8 b/man/amservice.8 index 0276a8f..35b751e 100644 --- a/man/amservice.8 +++ b/man/amservice.8 @@ -2,12 +2,12 @@ .\" Title: amservice .\" Author: Jean-Louis Martineau .\" Generator: DocBook XSL Stylesheets vsnapshot_8273 -.\" Date: 06/01/2010 +.\" Date: 06/02/2011 .\" Manual: System Administration Commands -.\" Source: Amanda 3.1.0 +.\" Source: Amanda 3.3.0 .\" Language: English .\" -.TH "AMSERVICE" "8" "06/01/2010" "Amanda 3\&.1\&.0" "System Administration Commands" +.TH "AMSERVICE" "8" "06/02/2011" "Amanda 3\&.3\&.0" "System Administration Commands" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -22,7 +22,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 +53,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 +67,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