nbd-client: Add support for setting /sys/block/nbdN/backend
[nbd/ericb.git] / man / nbd-trplay.1.sgml.in
blob297f3ebb290237814808ad7cf90d8a48176c9c78
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.5//EN" [
3 <!-- Process this file with docbook-to-man to generate an nroff manual
4 page: `docbook-to-man manpage.sgml > manpage.1'. You may view
5 the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6 less'. A typical entry in a Makefile or Makefile.am is:
8 manpage.1: manpage.sgml
9 docbook-to-man $< > $@
10 -->
12 <!-- Fill in your name for FIRSTNAME and SURNAME. -->
13 <!ENTITY dhfirstname "<firstname>Manfred</firstname>">
14 <!ENTITY dhsurname "<surname>Spraul</surname>">
15 <!-- Please adjust the date whenever revising the manpage. -->
16 <!ENTITY dhdate "<date>$Date$</date>">
17 <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
18 allowed: see man(7), man(1). -->
19 <!ENTITY dhsection "<manvolnum>1</manvolnum>">
20 <!ENTITY dhemail "<email>manfred@de.bosch.com</email>">
21 <!ENTITY dhusername "Manfred Spraul">
22 <!ENTITY dhucpackage "<refentrytitle>nbd-trplay</refentrytitle>">
23 <!ENTITY dhpackage "nbd-trplay">
25 <!ENTITY debian "<productname>Debian GNU/Linux</productname>">
26 <!ENTITY gnu "<acronym>GNU</acronym>">
29 <refentry>
30 <refentryinfo>
31 <address>
32 &dhemail;
33 </address>
34 <author>
35 &dhfirstname;
36 &dhsurname;
37 </author>
38 <copyright>
39 <year>2001</year>
40 <holder>&dhusername;</holder>
41 </copyright>
42 &dhdate;
43 </refentryinfo>
44 <refmeta>
45 &dhucpackage;
47 &dhsection;
48 </refmeta>
49 <refnamediv>
50 <refname>&dhpackage;</refname>
52 <refpurpose>replay all or parts of an nbd transaction log</refpurpose>
53 </refnamediv>
54 <refsynopsisdiv>
55 <cmdsynopsis>
56 <command>&dhpackage;</command>
57 </cmdsynopsis>
58 </refsynopsisdiv>
59 <refsect1>
60 <title>DESCRIPTION</title>
62 <para><command>&dhpackage;</command> replays all or parts of
63 a transaction log produced by <command>nbd-server</command>
64 (specifically by the <command>transactionlog</command>
65 configuration directive with the option <command>datalog
66 </command>).</para>
68 <para>See nbd-trplay --help for the command line parameters.
69 </para>
70 </refsect1>
71 <refsect1>
72 <title>OUTPUT</title>
74 <para>The file updates the image provided via -i.</para>
76 </refsect1>
77 <refsect1>
78 <title>SEE ALSO</title>
80 <para>nbd-server (1).</para>
82 </refsect1>
83 <refsect1>
84 <title>AUTHOR</title>
85 <para>The NBD kernel module and the NBD tools have been written by
86 Pavel Macheck (pavel@ucw.cz).</para>
88 <para>The kernel module is now maintained by Paul Clements
89 (Paul.Clements@steeleye.com), while the userland tools are maintained by
90 Wouter Verhelst (wouter@debian.org)</para>
92 <para>This manual page was written by &dhusername; (&dhemail;) for
93 the &debian; system (but may be used by others). Permission is
94 granted to copy, distribute and/or modify this document under the
95 terms of the <acronym>GNU</acronym> General Public License,
96 version 2, as published by the Free Software Foundation.</para>
98 </refsect1>
99 </refentry>