Well, I got distracted by the documentation. And then there's my day
job, of course.
Did a little work over lunch. When you run the ark, it now looks at the
command line arguments and complains if it sees something it doesn't
understand--which right now is everything.
I'm thinking of something very simple to start off with--new. The new
argument would cause the database, before image and all log files to be
deleted before starting up the database. And that means reading the
current working directory and identifying the files to be deleted. After
that, I'll start work on restore.
I've also been looking at the initialization logic for ArkDb. Currently
a random rid is assigned to the Ark Rolon. I want to change that to be a
fixed character string to simplify the restore logic.
And how is everyone else doing? :-)
Bill
|