X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrddump.pod;h=2e4cd4b2419138bab805a718c130597935a45e4c;hb=c1f4d92a5b64793471b6a4ca78ec7fa71db18df9;hp=f1e653f7164e7b63553337ab18b864b557844ec1;hpb=d50afc217aaec57e418a55bbe2d20fe996c6e026;p=rrdtool.git diff --git a/doc/rrddump.pod b/doc/rrddump.pod index f1e653f..2e4cd4b 100644 --- a/doc/rrddump.pod +++ b/doc/rrddump.pod @@ -2,19 +2,22 @@ rrddump - dump the contents of an RRD to XML format -=for html
PDF version.
- =head1 SYNOPSIS -B B I E I +B B I E I + +or + +B B I I =head1 DESCRIPTION -The B function prints the contents of an B in human -readable (?) XML format. This format can be read by rrdrestore. -Together they allow you to transfer your files from one architecture -to another as well as manipulating the contents of an B file in a -somewhat more convenient manner. +The B function writes the contents of an B in human +readable (?) XML format to a file or to stdout. This format can +be read by rrdrestore. Together they allow you to transfer your +files from one computer architecture to another as well to +manipulate the contents of an B file in a somewhat more +convenient manner. @@ -24,6 +27,11 @@ somewhat more convenient manner. The name of the B you want to dump. +=item I + +The (optional) filename that you want to write the XML output to. +If not specified, the XML will be printed to stdout. + =back =head1 EXAMPLES @@ -37,18 +45,18 @@ To transfer an RRD between architectures, follow these steps: On the same system where the RRD was created, use B B to export the data to XML format. -=item 2. +=item 2. -Transfer the XML dump to the target system +Transfer the XML dump to the target system. =item 3. -Run B B to create a new RRD from the XML dump. See +Run B B to create a new RRD from the XML dump. See B for details. =back =head1 AUTHOR -Tobias Oetiker Eoetiker@ee.ethz.chE +Tobias Oetiker Etobi@oetiker.chE