New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ndx-database-backup

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ndx-database-backup

regular database backups for ndx-framework

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 29 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts