0.1.0 • Published 7 years ago

ndx-database-backup v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

ndx-database-backup

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

what it does

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

routes

methodroutedescription
GET/api/backup/listreturns a list of available backup files
POST/api/backup/restorerestores a backed up file, expects an object containing the filename to restore {fileName:'myBackup.json'}

coming soon

  • backup to AWS
0.1.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago