3 rrddump - dump the contents of an RRD to XML format
7 B<rrdtool> B<dump> I<filename.rrd> E<gt> I<filename.xml>
11 B<rrdtool> B<dump> I<filename.rrd> I<filename.xml>
15 The B<dump> function writes the contents of an B<RRD> in human
16 readable (?) XML format to a file or to stdout. This format can
17 be read by rrdrestore. Together they allow you to transfer your
18 files from one computer architecture to another as well to
19 manipulate the contents of an B<RRD> file in a somewhat more
28 The name of the B<RRD> you want to dump.
32 The (optional) filename that you want to write the XML output to.
33 If not specified, the XML will be printed to stdout.
39 To transfer an RRD between architectures, follow these steps:
45 On the same system where the RRD was created, use B<rrdtool> B<dump>
46 to export the data to XML format.
50 Transfer the XML dump to the target system.
54 Run B<rrdtool> B<restore> to create a new RRD from the XML dump. See
55 B<rrdrestore> for details.
61 Tobias Oetiker E<lt>tobi@oetiker.chE<gt>