1RRDRESTORE(1) rrdtool RRDRESTORE(1)
2
3
4
6 rrdrestore - Restore the contents of an RRD from its XML dump format
7
9 rrdtool restore filename.xml filename.rrd [--range-check|-r]
10
12 The restore function reads the XML representation of an RRD and
13 converts it to the native RRD format.
14
15 filename.xml
16 The name of the XML file you want to restore.
17
18 filename.rrd
19 The name of the RRD to restore.
20
21 --range-check|-r
22 Make sure the values in the RRAs do not exceed the limits
23 defined for the various data sources.
24
25 --force-overwrite|-f
26 Allows RRDtool to overwrite the destination RRD.
27
29 Tobias Oetiker <tobi@oetiker.ch>
30
31
32
331.3.8 2008-03-15 RRDRESTORE(1)