X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrddump.pod;h=de6b0ecea91e018c5024b9860d115037f5d779a7;hb=85531c9fe3758d08f782503f888fff12b7c002f5;hp=d07ea19bae329db355e9936d456f502cdeafdb02;hpb=5837606887a6d81e8b1f7588525cb1c8783fb62b;p=rrdtool.git diff --git a/doc/rrddump.pod b/doc/rrddump.pod index d07ea19..de6b0ec 100644 --- a/doc/rrddump.pod +++ b/doc/rrddump.pod @@ -26,6 +26,28 @@ The name of the B you want to dump. =back +=head1 EXAMPLES + +To transfer an RRD between architectures, follow these steps: + +=over 4 + +=item 1. + +On the same system where the RRD was created, use B B +to export the data to XML format. + +=item 2. + +Transfer the XML dump to the target system + +=item 3. + +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