1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-01 14:47:27 +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
.\" Author:
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
.\" Date: 06/23/2009
.\" Manual:
.\" Source:
.\" Date: 02/12/2010
.\" Manual:
.\" Source:
.\"
.TH "TRANSFER_SECUWALL" "1" "06/23/2009" "" ""
.TH "TRANSFER_SECUWALL" "1" "02/12/2010" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@ -13,7 +13,7 @@
.SH "NAME"
transfer_secuwall \- secunet wall configuration export utility
.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
The switches \-a, \-f and \-d are optional\&. If they are not specified, the appropriate defaults are used\&.
.sp
@ -34,7 +34,7 @@ List all portable devices of the system\&.
Display help text\&.
.RE
.PP
\fB\-a\fR
\fB\-n\fR
.RS 4
Append firewall object name to transfer tarball\&. The default is
\fBfalse\fR\&.
@ -63,6 +63,11 @@ values:
Defines the working directory\&. If not specified, the current directory will be used\&.
.RE
.PP
\fB\-a\fR
.RS 4
Append files from given template directory to transfer tarball\&.
.RE
.PP
\fIfirewall_object_name\fR
.RS 4
Firewall object name\&.

View File

@ -9,7 +9,7 @@ transfer_secuwall - secunet wall configuration export utility
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
appropriate defaults are used.
@ -27,24 +27,27 @@ which are suitable for config transfer.
OPTIONS
-------
*-l*::
List all portable devices of the system.
List all portable devices of the system.
*-h*::
Display help text.
Display help text.
*-a*::
Append firewall object name to transfer tarball. The default is *false*.
*-n*::
Append firewall object name to transfer tarball. The default is *false*.
*-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*::
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:
'workdir' \+ 'fwobjectname' \+ .fwb
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:
'workdir' \+ 'fwobjectname' \+ .fwb
*-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.