Code

Imported upstream version 1.2.26
[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">
12 <p><a name="__index__"></a></p>
13 <!-- INDEX BEGIN -->
14 <!--
16 <ul>
18         <li><a href="#name">NAME</a></li>
19         <li><a href="#synopsis">SYNOPSIS</a></li>
20         <li><a href="#description">DESCRIPTION</a></li>
21         <li><a href="#author">AUTHOR</a></li>
22 </ul>
23 -->
24 <!-- INDEX END -->
26 <p>
27 </p>
28 <h1><a name="name">NAME</a></h1>
29 <p>rrdrestore - Restore the contents of an RRD from its XML dump format</p>
30 <p>
31 </p>
32 <hr />
33 <h1><a name="synopsis">SYNOPSIS</a></h1>
34 <p><strong>rrdtool</strong> <strong>restore</strong> <em>filename.xml</em> <em>filename.rrd</em>
35 [<strong>--range-check</strong>|<strong>-r</strong>]</p>
36 <p>
37 </p>
38 <hr />
39 <h1><a name="description">DESCRIPTION</a></h1>
40 <p>The <strong>restore</strong> function reads the XML representation of an RRD and converts
41 it to the native <strong>RRD</strong> format.</p>
42 <dl>
43 <dt><strong><a name="item_filename_2exml"><em>filename.xml</em></a></strong>
45 <dd>
46 <p>The name of the <strong>XML</strong> file you want to restore.</p>
47 </dd>
48 </li>
49 <dt><strong><a name="item_filename_2errd"><em>filename.rrd</em></a></strong>
51 <dd>
52 <p>The name of the <strong>RRD</strong> to restore.</p>
53 </dd>
54 </li>
55 <dt><strong><a name="item__2d_2drange_2dcheck_7c_2dr"><strong>--range-check</strong>|<strong>-r</strong></a></strong>
57 <dd>
58 <p>Make sure the values in the RRAs do not exceed the limits defined for
59 the various data sources.</p>
60 </dd>
61 </li>
62 <dt><strong><a name="item__2d_2dforce_2doverwrite_7c_2df"><strong>--force-overwrite</strong>|<strong>-f</strong></a></strong>
64 <dd>
65 <p>Allows <strong>RRDtool</strong> to overwrite the destination <strong>RRD</strong>.</p>
66 </dd>
67 </li>
68 </dl>
69 <p>
70 </p>
71 <hr />
72 <h1><a name="author">AUTHOR</a></h1>
73 <p>Tobias Oetiker &lt;<a href="mailto:tobi@oetiker.ch">tobi@oetiker.ch</a>&gt;</p>
75 </body>
77 </html>