1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-10 19:14:57 +02:00

Update transfer agent man page.

This commit is contained in:
Reto Buerki
2010-02-15 11:35:49 +00:00
parent 56b5123570
commit 8acaafc712
2 changed files with 25 additions and 17 deletions

View File

@@ -1,11 +1,11 @@
.\" Title: transfer_secuwall .\" Title: transfer_secuwall
.\" Author: .\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
.\" Date: 06/23/2009 .\" Date: 02/12/2010
.\" Manual: .\" Manual:
.\" Source: .\" Source:
.\" .\"
.TH "TRANSFER_SECUWALL" "1" "06/23/2009" "" "" .TH "TRANSFER_SECUWALL" "1" "02/12/2010" "" ""
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)
@@ -13,7 +13,7 @@
.SH "NAME" .SH "NAME"
transfer_secuwall \- secunet wall configuration export utility transfer_secuwall \- secunet wall configuration export utility
.SH "SYNOPSIS" .SH "SYNOPSIS"
\fBtransfer_secuwall\fR [\-l] [\-h] [\-a] \-v \fIvolumeid\fR [\-f \fIfilename\&.xml\fR] [\-d \fIworkdir\fR] \fIfirewall_object_name\fR \fBtransfer_secuwall\fR [\-l] [\-h] [\-n] \-v \fIvolumeid\fR [\-f \fIfilename\&.xml\fR] [\-d \fIworkdir\fR] [\-a \fItemplatedir\fR] \fIfirewall_object_name\fR
.sp .sp
The switches \-a, \-f and \-d are optional\&. If they are not specified, the appropriate defaults are used\&. The switches \-a, \-f and \-d are optional\&. If they are not specified, the appropriate defaults are used\&.
.sp .sp
@@ -34,7 +34,7 @@ List all portable devices of the system\&.
Display help text\&. Display help text\&.
.RE .RE
.PP .PP
\fB\-a\fR \fB\-n\fR
.RS 4 .RS 4
Append firewall object name to transfer tarball\&. The default is Append firewall object name to transfer tarball\&. The default is
\fBfalse\fR\&. \fBfalse\fR\&.
@@ -63,6 +63,11 @@ values:
Defines the working directory\&. If not specified, the current directory will be used\&. Defines the working directory\&. If not specified, the current directory will be used\&.
.RE .RE
.PP .PP
\fB\-a\fR
.RS 4
Append files from given template directory to transfer tarball\&.
.RE
.PP
\fIfirewall_object_name\fR \fIfirewall_object_name\fR
.RS 4 .RS 4
Firewall object name\&. Firewall object name\&.

View File

@@ -9,7 +9,7 @@ transfer_secuwall - secunet wall configuration export utility
SYNOPSIS SYNOPSIS
-------- --------
*transfer_secuwall* [-l] [-h] [-a] -v 'volumeid' [-f 'filename.xml'] [-d 'workdir'] 'firewall_object_name' *transfer_secuwall* [-l] [-h] [-n] -v 'volumeid' [-f 'filename.xml'] [-d 'workdir'] [-a 'templatedir'] 'firewall_object_name'
The switches -a, -f and -d are optional. If they are not specified, the The switches -a, -f and -d are optional. If they are not specified, the
appropriate defaults are used. appropriate defaults are used.
@@ -27,24 +27,27 @@ which are suitable for config transfer.
OPTIONS OPTIONS
------- -------
*-l*:: *-l*::
List all portable devices of the system. List all portable devices of the system.
*-h*:: *-h*::
Display help text. Display help text.
*-a*:: *-n*::
Append firewall object name to transfer tarball. The default is *false*. Append firewall object name to transfer tarball. The default is *false*.
*-v*:: *-v*::
Transfer partition. Specifies the destination partition for firewall configuration export (e.g. /dev/sdc1). Transfer partition. Specifies the destination partition for firewall configuration export (e.g. /dev/sdc1).
*-f*:: *-f*::
Firewall Builder XML file with object definition of firewall to export config. Firewall Builder XML file with object definition of firewall to export config.
If not specified, the filename will be constructed from the 'workdir' and 'firewall_object_name' values: If not specified, the filename will be constructed from the 'workdir' and 'firewall_object_name' values:
'workdir' \+ 'fwobjectname' \+ .fwb 'workdir' \+ 'fwobjectname' \+ .fwb
*-d*:: *-d*::
Defines the working directory. If not specified, the current directory will be used. Defines the working directory. If not specified, the current directory will be used.
*-a*::
Append files from given template directory to transfer tarball.
'firewall_object_name':: 'firewall_object_name'::
Firewall object name. Firewall object name.