🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

database-backup-dropbox

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

database-backup-dropbox

Backups database and copies file to DropBox

0.1.1
latest
Source
npm
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

Database Backup Dropbox

Backups database and copies file to Dropbox

Usage: database-backup-droxbox [options]

Options:
  --fileNamePrefix             [required]
  --filePath                   [required]
  --databaseName               [required]
  --databaseUser               [required]
  --databasePassword           [required]
  --databaseHost               [required]
  --accessToken                [required]

Getting Started

Install 'database-backup-dropbox' globally by running the following command.

npm install -g database-backup-dropbox

Example:

database-backup-drobox --fileNamePrefix MyDatabase --filePath "C:\\SQL\\Backups" --databaseName MyLiveDatabase --databaseUser myuser --databasePassword 12345678 --databaseHost database.mydomain.com --accessToken XYZ

This command will create two files, namely MyDatabase_07-24-2017-18-21-45.Bak and MyDatabase_07-24-2017-18-21-45.Bak.gz, in the C:\SQL\Backups directory. Only the GZ file will be uploaded to Dropbox.

Notes

This tool only supports MS SQL Server databases.

FAQs

Package last updated on 18 Aug 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