⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
plesk-rrd
/
txt
/
View File Name :
rrdrestore.pod
=head1 NAME rrdrestore - Restore the contents of an RRD from its XML dump format =head1 SYNOPSIS B
B
I
I
S<[B<--range-check>|B<-r>]> S<[B<--force-overwrite>|B<-f>]> =head1 DESCRIPTION The B
function reads the XML representation of an RRD and converts it to the native B
format. =over 8 =item I
The name of the B
file you want to restore. The special filename "-" (a single dash) is interpreted as standard input. In order to support the restore command in pipe mode (especially when using 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
server after a restore. =item I
The name of the B
to restore. =item B<--range-check>|B<-r> Make sure the values in the RRAs do not exceed the limits defined for the various data sources. =item B<--force-overwrite>|B<-f> Allows B
to overwrite the destination B
. =back =head1 AUTHOR Tobias Oetiker