On Fri, Jun 16, 2006 at 09:17:36PM -0400, Oliver Schulze L. wrote: > I have an .rrd that have created using a .sh script. > Now I loss that .sh script and wanted to use the resulting .rrd file > in another servers. > > The problem is that the current .rrd is already filled with data. > > So, how can I make a copy of the .rrd wil with all data erased, that is, > creating an empty .rrd from an existing .rrd file.
You can use "rrdtool info" to see what properties the old file has. Use these to create the new file. -- Alex van den Bogaerdt http://www.vandenbogaerdt.nl/rrdtool/ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
