]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
New rrd_update switch --skip-past-updates
authorTobias Oetiker <tobi@oetiker.ch>
Tue, 13 Nov 2012 14:56:47 +0000 (15:56 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 13 Nov 2012 14:56:47 +0000 (15:56 +0100)
commite6b9363c11cf587b1e9fc0e6068e217eb1279f4f
tree713a3b3099867d0a65fcb9bc0ba7673ccbbfafe8
parent9b223fcc23212ac4806664bb35c064496715ec06
New rrd_update switch --skip-past-updates

When updateing an rrd file with data earlier than the latest update already
applied, rrdtool will issue an error message an abort. This option instructs
rrdtool to silently skip such data. It can be useful when re-playing old
data into an rrd file and you are not sure how many updates have already
been applied.
doc/rrdupdate.pod
src/librrd.sym.in.in
src/rrd.h
src/rrd_tool.c
src/rrd_update.c
src/rrdupdate.c