I just started playing with this module and so far it has been great!
My intent is to allow administrators to use this so I don't have to get involved. It would be nice if there were some record kept of the backup/restore activity. I realize that if it were kept in the database it would be lost in the event of a restore, so I'm not sure what type of implementation would work.
Is this something you considered/has anyone else asked for this?

Great job!

Comments

ronan’s picture

That is a good idea, and I've been tossing around some ideas on the best way to do it. I think for a simple notification log, I'll probably just log to the watchdog table. This will suffer from the db issues you mention, but it should still provide a useful record, and I'll leave fancy file-based logging interfaces to watchdog plugin modules (something that will be possible in drupal 6 I understand).

wkolatac’s picture

That would probably be enough (logging to the watchdog table). In the event of a restore, all the backup entries would be lost but that would probably be ok. Having a record for the restore would help in the event of any issues caused by the restore. Thanks for your help.

ronan’s picture

Status: Active » Fixed

Ok, I finally added this feature. Sorry it took so long.

Ronan

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.