You should be able to just dump the contents of both of you rrd files 
and then restore them to the new rrd file. Provided that the two files 
hold the same type of date at the same intervals and all that stuff...

rrdtool dump filename.rrd >filename.xml

rrdtool restore [--range-check|-r] filename.xml filename.rrd

good luck,

matt

On Tuesday, March 19, 2002, at 11:14 AM, Adam Hirsch wrote:

>
> Hey, folks -- I've got a small problem which I'd love to get some 
> pointers
> on, if anyone's done something similar.
>
> I had some very long-running rrds.  For reasons not really important 
> here,
> I needed to move those files aside and restart the processes feeding 
> data
> into them, in the process creating new rrd files.  Two weeks go by.  Now
> I've got the old rrd files and the two-week-old files.  I'm looking to
> merge them together so that I've got both the older historical data and
> also the last two weeks of data, all put together.
>
> Is there any simple way to do this, or am I doomed to a painful manual
> merging of each and every data point?  Any pointers or suggestions 
> would be
> most, most welcome.  Thanks.
>
> Adam
>
> --
> Perfect does not mean perfect actions in a perfect world,
> but appropriate actions in an imperfect one. - R. H. Blyth
>                          <[EMAIL PROTECTED]>   Adam Hirsch   <617/582.1622>
>
> --
> Unsubscribe mailto:[EMAIL PROTECTED]
> Help        mailto:[EMAIL PROTECTED]
> Archive     http://www.ee.ethz.ch/~slist/rrd-users
> WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi
>


--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to