This patch introduces a feature whereby rrdcached will disallow updates
[rrdtool.git] / doc / rrdrestore.pod
1 =head1 NAME
2
3 rrdrestore - Restore the contents of an RRD from its XML dump format
4
5 =head1 SYNOPSIS
6
7 B<rrdtool> B<restore> I<filename.xml> I<filename.rrd>
8 S<[B<--range-check>|B<-r>]>
9
10 =head1 DESCRIPTION
11
12 The B<restore> function reads the XML representation of an RRD and converts
13 it to the native B<RRD> format.
14
15 =over 8
16
17 =item I<filename.xml>
18
19 The name of the B<XML> file you want to restore.
20
21 =item I<filename.rrd>
22
23 The name of the B<RRD> to restore.
24
25 =item B<--range-check>|B<-r>
26
27 Make sure the values in the RRAs do not exceed the limits defined for
28 the various data sources.
29
30 =item B<--force-overwrite>|B<-f>
31
32 Allows B<RRDtool> to overwrite the destination B<RRD>.
33
34 =back
35
36 =head1 AUTHOR
37
38 Tobias Oetiker <tobi@oetiker.ch>