xo-server-backup-reports 
Backup reports plugin for XO-Server
This plugin allows to receive email notifications when backup's jobs are done.
Install
Installation of the npm package:
> npm install --global xo-server-backup-reports
Usage
Prerequisite
You must have the xo-server-transport-email plugin enabled to use xo-server-backup-reports.
Add the plugin to XO-Server config
plugins:
xo-server-backup-reports:
# Receivers of notifications
to:
# Define your receivers here using brackets like this:
# [email1, email2, ...]
Development
Installing dependencies
> npm install
Compilation
The sources files are watched and automatically recompiled on changes.
> npm run dev
Tests
> npm run test-dev
Contributions
Contributions are very welcomed, either on the documentation or on the code.
You may:
- report any issue you've encountered;
- fork and create a pull request.
License
AGPL3 © Vates SAS