schedules regular database backups for ndx-framework
currently only works with [ndxdb](https://github.com/ndxbxrme/ndxdb)
install with
npm install --save ndx-database-backup
ndx-database-backup saves a copy of your database to the location you specify on a regular schedule
it also provides superadmin authenticated routes to list and restore backups
method | route | description |
---|---|---|
GET |
/api/backup/list |
returns a list of available backup files |
POST |
/api/backup/restore |
restores a backed up file, expects an object containing the filename to restore {fileName:'myBackup.json'}
|
- backup to AWS