This backup tool is used to make a rotative snapshot on exoscale servers for all configured client and notify admin when completed
- node 8.9.4
- forever (for deamon mode)
npm install
Create config.json file (based on config_demo.json) with the good API keys (Exoscale + mailgun for notifications) and notifications emails
forever start index.js
node index.js
- Snapshot all machines for clients in config.json with 5 snapshots history
Made with 🖤 by apptitude