Code

f995a56269d8d50662f3b90779c72c18151b5d7f
[pkg-rrdtool.git] / doc / rrddump.txt
1 RRDDUMP(1)                          rrdtool                         RRDDUMP(1)
5 N\bNA\bAM\bME\bE
6        rrddump - dump the contents of an RRD to XML format
8 S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
9        r\brr\brd\bdt\bto\boo\bol\bl d\bdu\bum\bmp\bp _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\br_\br_\bd > _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\bx_\bm_\bl
11        or
13        r\brr\brd\bdt\bto\boo\bol\bl d\bdu\bum\bmp\bp _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\br_\br_\bd _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\bx_\bm_\bl
15 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
16        The d\bdu\bum\bmp\bp function writes the contents of an R\bRR\bRD\bD in human readable (?)
17        XML format to a file or to stdout. This format can be read by
18        rrdrestore. Together they allow you to transfer your files from one
19        computer architecture to another as well to manipulate the contents of
20        an R\bRR\bRD\bD file in a somewhat more convenient manner.
22        _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\br_\br_\bd
23                The name of the R\bRR\bRD\bD you want to dump.
25        _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\bx_\bm_\bl
26                The (optional) filename that you want to write the XML output
27                to.  If not specified, the XML will be printed to stdout.
29 E\bEX\bXA\bAM\bMP\bPL\bLE\bES\bS
30        To transfer an RRD between architectures, follow these steps:
32        1.  On the same system where the RRD was created, use r\brr\brd\bdt\bto\boo\bol\bl d\bdu\bum\bmp\bp to
33            export the data to XML format.
35        2.  Transfer the XML dump to the target system.
37        3.  Run r\brr\brd\bdt\bto\boo\bol\bl r\bre\bes\bst\bto\bor\bre\be to create a new RRD from the XML dump. See
38            r\brr\brd\bdr\bre\bes\bst\bto\bor\bre\be for details.
40 A\bAU\bUT\bTH\bHO\bOR\bR
41        Tobias Oetiker <tobi@oetiker.ch>
45 1.2.27                            2008-02-17                        RRDDUMP(1)