summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-09-01 20:56:26 +0000
committerChris Wilson <chris+github@qwirx.com>2007-09-01 20:56:26 +0000
commitd2d2c47f0a4261fe53c1b3e5faba45f436b32e9e (patch)
treeb1fe008ee8c9cbfd4329cfc9d7ee874185a009e2 /bin/bbackupd/BackupDaemon.h
parent86deff6eb3b2308ea88d78b2c4eba1208d9abfb4 (diff)
Call the notify script whenever backup starts or finishes, but the
default script does nothing in this case. Requested by scott <scott@lubetech.com.au>.
Diffstat (limited to 'bin/bbackupd/BackupDaemon.h')
-rw-r--r--bin/bbackupd/BackupDaemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/bbackupd/BackupDaemon.h b/bin/bbackupd/BackupDaemon.h
index 47ae1d55..ab64bbfa 100644
--- a/bin/bbackupd/BackupDaemon.h
+++ b/bin/bbackupd/BackupDaemon.h
@@ -85,6 +85,8 @@ public:
NotifyEvent_StoreFull = 0,
NotifyEvent_ReadError,
NotifyEvent_BackupError,
+ NotifyEvent_BackupStart,
+ NotifyEvent_BackupFinish,
NotifyEvent__MAX
// When adding notifications, remember to add strings to NotifySysadmin()
};