1.0.3 • Published 7 years ago

sql-bak v1.0.3

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

NodeJS Sql server backup utility

Allows to backup sql server database to backup file (*.bak). Good when you offen have to backup different databaseses manually, so it steamlines the process.

Install:

npm install -g sql-bak

Usage:

sql-bak <database-name> [bak-name]

!!! sqlcmd command line utility should respond, if it's not please add that to your PATH variable.

Example:

sql-bak northwind db
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago