Project:Database Administration
Version:4.7.x-1.0
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

Add an entry to the log when a backup is done, and another when it is mailed successfully. E.G:

watchdog('dba', t("Backup completed to: $path"));

Comments

#1

good idea. can you make an actually patch for this and test it? see http://drupal.org/diffandpatch and/or http://drupal.org/patch for more details.

thanks!
-derek

#2

Status:active» needs review

Is this the right spot?

It could use a few more messages like one for when it gets mailed...

AttachmentSize
dba_watchdog.patch 500 bytes

#3

Status:needs review» needs work

Might be the right spot (didn't look closely), but you can't have dynamic things inside t() like that. This needs a %path placeholder.

#4

Status:needs work» closed (won't fix)

The 4.7.x branch is no longer supported.