Track what the the backup cleaner removed

This commit is contained in:
Girish Ramakrishnan
2019-01-11 12:48:40 -08:00
parent 0b33b0b6a2
commit 2acb065d38
4 changed files with 34 additions and 24 deletions

View File

@@ -21,7 +21,8 @@ exports = module.exports = {
ACTION_BACKUP_FINISH: 'backup.finish',
ACTION_BACKUP_START: 'backup.start',
ACTION_BACKUP_CLEANUP: 'backup.cleanup',
ACTION_BACKUP_CLEANUP_START: 'backup.cleanup.start',
ACTION_BACKUP_CLEANUP_FINISH: 'backup.cleanup.finish',
ACTION_CERTIFICATE_NEW: 'certificate.new',
ACTION_CERTIFICATE_RENEWAL: 'certificate.renew',