big spell checking patch -- slif@bellsouth.net
[rrdtool.git] / doc / rrdrestore.pod
1 =head1 NAME
2
3 rrdtool restore - restore the contents of an B<RRD> from its XML dump format
4
5 =for html <div align="right"><a href="rrdrestore.pdf">PDF</a> version.</div>
6
7 =head1 SYNOPSIS
8
9 B<rrdtool> B<restore> I<filename.xml> I<filename.rrd>
10 S<[B<--range-check>|B<-r>]>
11
12 =head1 DESCRIPTION
13
14 The B<restore> function reads the XML representation of an RRD and converts
15 it into the native B<RRD> format.
16
17 =over 8
18
19 =item I<filename.xml>
20
21 The name of the B<XML> you want to restore.
22
23 =item I<filename.rrd>
24
25 The name of the B<RRD> to restore.
26
27 =item B<--range-check>|B<-r>
28
29 Make sure the values in the RRAs do not exceed the limits defined for
30 the different data sources.
31
32 =item B<--force-overwrite>|B<-f>
33
34 Allows B<RRDtool> to overwrite the destination B<RRD>.
35
36 =back
37
38 =head1 AUTHOR
39
40 Tobias Oetiker <oetiker@ee.ethz.ch>