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"));

CommentFileSizeAuthor
#2 dba_watchdog.patch500 bytesgreggles

Comments

dww’s picture

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

greggles’s picture

Status: Active » Needs review
StatusFileSize
new500 bytes

Is this the right spot?

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

dww’s picture

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.

jeremy’s picture

Status: Needs work » Closed (won't fix)

The 4.7.x branch is no longer supported.