Skip to content

Commit

Permalink
update pods
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Aug 5, 2014
1 parent ad2d8ac commit e264693
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
11 changes: 9 additions & 2 deletions doc/znapzendzetup.pod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ B<znapzendzetup> I<command> [I<options...>]

where 'command' is one of the following:

create [--recursive] [--mbuffer=<path>] [--mbuffersize=<size>] \
create [--recursive] [--mbuffer=<path>[:<port>]] [--mbuffersize=<size>] \
[--pre-snap-command=<command>] \
[--post-snap-command=<command>] \
[--tsformat=<format>] --donotask \
Expand All @@ -17,7 +17,7 @@ where 'command' is one of the following:

delete [--dst=key] <src_dataset>

edit [--recursive=on|off] [--mbuffer=<path>|off] [--mbuffersize=<size>] \
edit [--recursive=on|off] [--mbuffer=<path>[:<port>]|off] [--mbuffersize=<size>] \
[--pre-snap-command=<command>|off] \
[--post-snap-command=<command>|off] \
[--tsformat=<format>] --donotask \
Expand Down Expand Up @@ -112,6 +112,13 @@ If B<--tsformat> string is suffixed by a 'Z', times will be in UTC. E.g.:

Specify the path to your copy of the mbuffer utility.

=item B<--mbuffer>=I</usr/bin/mbuffer:31337>

Specifiy the path to your copy of the mbuffer utility and the port used
on the destination. Caution: znapzend will send the data directly
from source mbuffer to destination mbuffer, thus data stream is B<not>
encrypted.

=item B<--mbuffersize>=I<number>{B<b>|B<k>|B<M>|B<G>}

The size of the mbuffer can be set with the B<--mbuffersize> option. It
Expand Down
12 changes: 9 additions & 3 deletions man/znapzendzetup.1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZENDZETUP 1"
.TH ZNAPZENDZETUP 1 "2014-08-02" "0.11.0" "znapzend"
.TH ZNAPZENDZETUP 1 "2014-08-05" "0.11.0" "znapzend"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand All @@ -138,7 +138,7 @@ znapzendzetup \- znapzend setup utility
where 'command' is one of the following:
.PP
.Vb 6
\& create [\-\-recursive] [\-\-mbuffer=<path>] [\-\-mbuffersize=<size>] \e
\& create [\-\-recursive] [\-\-mbuffer=<path>[:<port>]] [\-\-mbuffersize=<size>] \e
\& [\-\-pre\-snap\-command=<command>] \e
\& [\-\-post\-snap\-command=<command>] \e
\& [\-\-tsformat=<format>] \-\-donotask \e
Expand All @@ -147,7 +147,7 @@ where 'command' is one of the following:
\&
\& delete [\-\-dst=key] <src_dataset>
\&
\& edit [\-\-recursive=on|off] [\-\-mbuffer=<path>|off] [\-\-mbuffersize=<size>] \e
\& edit [\-\-recursive=on|off] [\-\-mbuffer=<path>[:<port>]|off] [\-\-mbuffersize=<size>] \e
\& [\-\-pre\-snap\-command=<command>|off] \e
\& [\-\-post\-snap\-command=<command>|off] \e
\& [\-\-tsformat=<format>] \-\-donotask \e
Expand Down Expand Up @@ -250,6 +250,12 @@ If \fB\-\-tsformat\fR string is suffixed by a 'Z', times will be in \s-1UTC\s0.
.IP "\fB\-\-mbuffer\fR=\fI/usr/bin/mbuffer\fR" 4
.IX Item "--mbuffer=/usr/bin/mbuffer"
Specify the path to your copy of the mbuffer utility.
.IP "\fB\-\-mbuffer\fR=\fI/usr/bin/mbuffer:31337\fR" 4
.IX Item "--mbuffer=/usr/bin/mbuffer:31337"
Specifiy the path to your copy of the mbuffer utility and the port used
on the destination. Caution: znapzend will send the data directly
from source mbuffer to destination mbuffer, thus data stream is \fBnot\fR
encrypted.
.IP "\fB\-\-mbuffersize\fR=\fInumber\fR{\fBb\fR|\fBk\fR|\fBM\fR|\fBG\fR}" 4
.IX Item "--mbuffersize=number{b|k|M|G}"
The size of the mbuffer can be set with the \fB\-\-mbuffersize\fR option. It
Expand Down
2 changes: 1 addition & 1 deletion man/znapzendztatz.1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZENDZTATZ 1"
.TH ZNAPZENDZTATZ 1 "2014-08-02" "0.11.0" "znapzend"
.TH ZNAPZENDZTATZ 1 "2014-08-05" "0.11.0" "znapzend"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down

0 comments on commit e264693

Please sign in to comment.