rrddump - dump the contents of an RRD to XML format
rrdtool dump filename.rrd > filename.xml
The dump function prints the contents of an RRD in human readable (?) XML format. 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 RRD file in a somewhat more convenient manner.
To transfer an RRD between architectures, follow these steps:
Tobias Oetiker <oetiker@ee.ethz.ch>