Code

Imported upstream version 1.3rc4.
[pkg-rrdtool.git] / doc / rrddump.html
index 2283122eb90f49c424f7a26cafb441db9a26e832..f4fc01b8db6e5332a31c5195d87c4a39eedace1a 100644 (file)
@@ -32,9 +32,9 @@
 </p>
 <hr />
 <h1><a name="synopsis">SYNOPSIS</a></h1>
-<p><strong>rrdtool</strong> <strong>dump</strong> <em>filename.rrd</em> &gt; <em>filename.xml</em></p>
+<p><strong>rrdtool</strong> <strong>dump</strong> [<strong>--no-header</strong>|<strong>-n</strong>] <em>filename.rrd</em> &gt; <em>filename.xml</em></p>
 <p>or</p>
-<p><strong>rrdtool</strong> <strong>dump</strong> <em>filename.rrd</em> <em>filename.xml</em></p>
+<p><strong>rrdtool</strong> <strong>dump</strong> [<strong>--no-header</strong>|<strong>-n</strong>] <em>filename.rrd</em> <em>filename.xml</em></p>
 <p>
 </p>
 <hr />
@@ -59,6 +59,15 @@ convenient manner.</p>
 If not specified, the XML will be printed to stdout.</p>
 </dd>
 </li>
+<dt><strong><a name="item__5b_2d_2dno_2dheader_7c_2dn_5d">[<strong>--no-header</strong>|<strong>-n</strong>]</a></strong>
+
+<dd>
+<p>In rrdtool 1.3, the dump function started producing correct xml-headers.
+Unfortunately the rrdtool restore function from the 1.2 series can not
+handle these headers. With this option you can supress the creatinon of
+the xml headers.</p>
+</dd>
+</li>
 </dl>
 <p>
 </p>