3 rrdrestore - Restore the contents of an RRD from its XML dump format
7 B<rrdtool> B<restore> I<filename.xml> I<filename.rrd>
8 S<[B<--range-check>|B<-r>]>
12 The B<restore> function reads the XML representation of an RRD and converts
13 it to the native B<RRD> format.
19 The name of the B<XML> file you want to restore.
23 The name of the B<RRD> to restore.
25 =item B<--range-check>|B<-r>
27 Make sure the values in the RRAs do not exceed the limits defined for
28 the various data sources.
30 =item B<--force-overwrite>|B<-f>
32 Allows B<RRDtool> to overwrite the destination B<RRD>.
38 Tobias Oetiker <oetiker@ee.ethz.ch>