On Thu, Sep 22, 2005 at 05:14:11PM +0200, Alex Prinsier wrote: > [EMAIL PROTECTED]:/tmp$ rrdtool restore -r inout.xml inout.rrd > ERROR: opening 'inout.rrd': No such file or directory > [EMAIL PROTECTED]:/tmp$ rrdtool restore inout.xml inout.rrd -r > ERROR: usage rrdtool restore [--range-check|-r] [--force-overwrite/-f] > file.xml file.rrd > > The manual > (http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/doc/rrdrestore.en.html) > says the -r should come at the end. Your error message says otherwise. > It doesn't work in any way :) > > I used the svn version of today.
Weird. Without "-r" it works as expected. With "-r", it needs another parameter. Try "rrdtool restore -r x inout.xml inout.rrd" Alex -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
