Code

Imported upstream SVN snapshot 1.4~rc2+20090928.
[pkg-rrdtool.git] / doc / rrdrestore.html
1 <?xml version="1.0" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>rrdrestore</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <link rev="made" href="mailto:root@localhost" />
8 </head>
10 <body style="background-color: white">
13 <!-- INDEX BEGIN -->
14 <div name="index">
15 <p><a name="__index__"></a></p>
16 <!--
18 <ul>
20         <li><a href="#name">NAME</a></li>
21         <li><a href="#synopsis">SYNOPSIS</a></li>
22         <li><a href="#description">DESCRIPTION</a></li>
23         <li><a href="#author">AUTHOR</a></li>
24 </ul>
26 -->
29 </div>
30 <!-- INDEX END -->
32 <p>
33 </p>
34 <h1><a name="name">NAME</a></h1>
35 <p>rrdrestore - Restore the contents of an RRD from its XML dump format</p>
36 <p>
37 </p>
38 <hr />
39 <h1><a name="synopsis">SYNOPSIS</a></h1>
40 <p><strong>rrdtool</strong> <strong>restore</strong> <em>filename.xml</em> <em>filename.rrd</em>
41 [<strong>--range-check</strong>|<strong>-r</strong>]</p>
42 <p>
43 </p>
44 <hr />
45 <h1><a name="description">DESCRIPTION</a></h1>
46 <p>The <strong>restore</strong> function reads the XML representation of an RRD and converts
47 it to the native <strong>RRD</strong> format.</p>
48 <dl>
49 <dt><strong><a name="filename_xml" class="item"><em>filename.xml</em></a></strong></dt>
51 <dd>
52 <p>The name of the <strong>XML</strong> file you want to restore.</p>
53 </dd>
54 <dt><strong><a name="filename_rrd" class="item"><em>filename.rrd</em></a></strong></dt>
56 <dd>
57 <p>The name of the <strong>RRD</strong> to restore.</p>
58 </dd>
59 <dt><strong><a name="range_check_r" class="item"><strong>--range-check</strong>|<strong>-r</strong></a></strong></dt>
61 <dd>
62 <p>Make sure the values in the RRAs do not exceed the limits defined for
63 the various data sources.</p>
64 </dd>
65 <dt><strong><a name="force_overwrite_f" class="item"><strong>--force-overwrite</strong>|<strong>-f</strong></a></strong></dt>
67 <dd>
68 <p>Allows <strong>RRDtool</strong> to overwrite the destination <strong>RRD</strong>.</p>
69 </dd>
70 </dl>
71 <p>
72 </p>
73 <hr />
74 <h1><a name="author">AUTHOR</a></h1>
75 <p>Tobias Oetiker &lt;<a href="mailto:tobi@oetiker.ch">tobi@oetiker.ch</a>&gt;</p>
77 </body>
79 </html>