Code

control: Updated standards-version to 3.9.5 -- no changes.
[pkg-rrdtool.git] / doc / rrdrestore.pod
1 =head1 NAME
3 rrdrestore - Restore the contents of an RRD from its XML dump format
5 =head1 SYNOPSIS
7 B<rrdtool> B<restore> I<filename.xml> I<filename.rrd>
8 S<[B<--range-check>|B<-r>]>
10 =head1 DESCRIPTION
12 The B<restore> function reads the XML representation of an RRD and converts
13 it to the native B<RRD> format.
15 =over 8
17 =item I<filename.xml>
19 The name of the B<XML> file you want to restore.
21 =item I<filename.rrd>
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>.
34 =back
36 =head1 AUTHOR
38 Tobias Oetiker <tobi@oetiker.ch>