1
0
mirror of https://github.com/Luzifer/duplicity-backup.git synced 2024-09-19 00:12:55 +00:00

Fix: Send notifications on full/incr backup

This commit is contained in:
Knut Ahlers 2016-05-24 08:33:25 +02:00
parent 8eddeed2ae
commit 94d5294572
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -28,6 +28,8 @@ var (
notifyCommands = []string{
commandBackup,
commandRemove,
commandFullBackup,
commandIncrBackup,
}
removeCommands = []string{
commandBackup,