mirror of
https://github.com/Luzifer/duplicity-backup.git
synced 2024-11-09 15:40: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{
|
notifyCommands = []string{
|
||||||
commandBackup,
|
commandBackup,
|
||||||
commandRemove,
|
commandRemove,
|
||||||
|
commandFullBackup,
|
||||||
|
commandIncrBackup,
|
||||||
}
|
}
|
||||||
removeCommands = []string{
|
removeCommands = []string{
|
||||||
commandBackup,
|
commandBackup,
|
||||||
|
|
Loading…
Reference in a new issue