Code

Initial revision
[rrdtool.git] / doc / rrdrestore.pod
1 =head1 NAME
3 rrdtool restore - restore the contents of an B<RRD> from its XML dump format
5 =for html <div align="right"><a href="rrdrestore.pdf">PDF</a> version.</div>
7 =head1 SYNOPSIS
9 B<rrdtool> B<restore> I<filename.xml> I<filename.rrd>
10 S<[B<--range-check>|B<-r>]>
12 =head1 DESCRIPTION
14 The B<restore> function reads the XML representation of an RRD and converts
15 it into the native B<RRD> format.
17 =over 8
19 =item I<filename.xml>
21 The name of the B<XML> you want to restore.
23 =item I<filename.rrd>
25 The name of the B<RRD> to restore.
27 =item B<--range-check>|B<-r>
29 Make sure the values in the RRAs do not exceed the limits defined for
30 the different datasources.
32 =back
34 =head1 AUTHOR
36 Tobias Oetiker <oetiker@ee.ethz.ch>