Server IP : 85.214.239.14 / Your IP : 3.143.237.54 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/task/2/cwd/proc/2/cwd/usr/share/doc/rrdtool/html/ |
Upload File : |
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>rrdrestore</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:root@localhost" /> </head> <body> <h1 id="NAME">NAME</h1> <p>rrdrestore - Restore the contents of an RRD from its XML dump format</p> <h1 id="SYNOPSIS">SYNOPSIS</h1> <p><b>rrdtool</b> <b>restore</b> <i>filename.xml</i> <i>filename.rrd</i> <span style="white-space: nowrap;">[<b>--range-check</b>|<b>-r</b>]</span> <span style="white-space: nowrap;">[<b>--force-overwrite</b>|<b>-f</b>]</span></p> <h1 id="DESCRIPTION">DESCRIPTION</h1> <p>The <b>restore</b> function reads the XML representation of an RRD and converts it to the native <b>RRD</b> format.</p> <dl> <dt id="filename.xml"><i>filename.xml</i></dt> <dd> <p>The name of the <b>XML</b> file you want to restore. The special filename "-" (a single dash) is interpreted as standard input.</p> <p>In order to support the restore command in pipe mode (especially when using <b>RRDtool</b> over a network connection), when using "-" as a filename the end of the file can be signaled either by closing the data channel after the file has transferred (as would be the case when using input redirection within a suitable shell) or by sending a crtl-Z / newline combination. This allows one to send more commands to the <b>RRDtool</b> server after a restore.</p> </dd> <dt id="filename.rrd"><i>filename.rrd</i></dt> <dd> <p>The name of the <b>RRD</b> to restore.</p> </dd> <dt id="range-check--r"><b>--range-check</b>|<b>-r</b></dt> <dd> <p>Make sure the values in the RRAs do not exceed the limits defined for the various data sources.</p> </dd> <dt id="force-overwrite--f"><b>--force-overwrite</b>|<b>-f</b></dt> <dd> <p>Allows <b>RRDtool</b> to overwrite the destination <b>RRD</b>.</p> </dd> </dl> <h1 id="AUTHOR">AUTHOR</h1> <p>Tobias Oetiker <tobi@oetiker.ch></p> </body> </html>