27 Jun
2001
27 Jun
'01
5:58 a.m.
On Tue, 26 Jun 2001 23:08:23 -0400 you wrote:
Kyler.. if you haven't packed the database and you're using FileStorage, it's very possible to truncate the Data.fs at a point before the offending transaction was performed.
This was a huge help. I used dd to chop off the end of Data.fs and I got exactly what I needed. It'd be great to have a simple tool to do this. I'd like to be able to just specify an end time and have a truncated Data.fs file generated. BTW, I decided to play with making an offsite live backup of Data.fs. I'm simply using tail -f -n +0 Data.fs | ssh ... I'll sleep better tonight. Thank you! --kyler