X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrddump.pod;h=a698d841eaa5387580fa9000e0c43020eab8de84;hb=40f003713178056ca9239d81aa6f2d6533b49076;hp=aa2a7e707f1f48271f39c8244fdb3ad74a6c4313;hpb=556f0365aa699c7dd4b6b08437f7c667abdf3c42;p=rrdtool.git diff --git a/doc/rrddump.pod b/doc/rrddump.pod index aa2a7e7..a698d84 100644 --- a/doc/rrddump.pod +++ b/doc/rrddump.pod @@ -4,11 +4,11 @@ rrddump - dump the contents of an RRD to XML format =head1 SYNOPSIS -B B I E I +B B S<[B<--no-header>|B<-n>]> I E I or -B B I I +B B S<[B<--no-header>|B<-n>]> I I =head1 DESCRIPTION @@ -20,7 +20,6 @@ manipulate the contents of an B file in a somewhat more convenient manner. - =over 8 =item I @@ -32,6 +31,13 @@ The name of the B you want to dump. The (optional) filename that you want to write the XML output to. If not specified, the XML will be printed to stdout. +=item S<[B<--no-header>|B<-n>]> + +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. + =back =head1 EXAMPLES @@ -58,5 +64,5 @@ B for details. =head1 AUTHOR -Tobias Oetiker Eoetiker@ee.ethz.chE +Tobias Oetiker Etobi@oetiker.chE