Files
xen-orchestra/packages/xo-server-backup-reports
2015-11-26 10:57:16 +01:00
..
2015-11-25 17:14:58 +01:00
2015-11-25 15:00:41 +01:00
2015-11-19 16:59:06 +01:00
2015-11-19 16:59:06 +01:00
2015-11-19 16:59:06 +01:00
2015-11-19 16:59:06 +01:00
2015-11-19 16:59:06 +01:00
2015-11-19 16:59:06 +01:00
2015-11-26 10:57:16 +01:00
2015-11-26 10:39:48 +01:00

xo-server-backup-reports Build Status

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