0.1.0 • Published 8 years ago

ndx-database-backup v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago