Update backups.md

This commit is contained in:
Olivier Lambert 2015-11-27 12:53:00 +01:00
parent fabff5954b
commit e6feb15704

View File

@ -23,4 +23,38 @@ A successful backup task will be displayed in green, a faulty one in red. You ca
![](https://xen-orchestra.com/blog/content/images/2015/11/logs_initial.png)
You also have a filter to search anything related to these logs.
You also have a filter to search anything related to these logs.
## Email notifications
> This feature is available since 4.10
You can now **be notified by emails** after the backup task is finished (scheduled "full backup", "snapshots" or "disaster recovery").
To configure it, 2 steps. First, add a list of recipient(s) for the notifications (in the plugin "backup-reports"):
![](https://xen-orchestra.com/blog/content/images/2015/11/backup-reports.png)
Then, parameter the SMTP server:
![](https://xen-orchestra.com/blog/content/images/2015/11/emailtransport.png)
That's it: your next scheduled jobs will be recap in a email. It will look like this:
```
Global status: Success
Start time: Fri Nov 27 2015 10:54:00 GMT+0100
End time: Fri Nov 27 2015 10:54:04 GMT+0100
Duration: a few seconds
Successful backed up VM number: 1
Failed backed up VM: 0
VM : miniVM
UUID: 4b85a038-6fd1-30f0-75c6-8440121d8faa
Status: Success
Start time: Fri Nov 27 2015 10:54:00 GMT+0100
End time: Fri Nov 27 2015 10:54:04 GMT+0100
Duration: a few seconds
```