mirror of
https://github.com/Luzifer/duplicity-backup.git
synced 2024-11-08 15:10:06 +00:00
Fix: Send notifications on full/incr backup
This commit is contained in:
parent
8eddeed2ae
commit
94d5294572
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ var (
|
|||
notifyCommands = []string{
|
||||
commandBackup,
|
||||
commandRemove,
|
||||
commandFullBackup,
|
||||
commandIncrBackup,
|
||||
}
|
||||
removeCommands = []string{
|
||||
commandBackup,
|
||||
|
|
Loading…
Reference in a new issue