this is a tool for backup mysql from remote server based on express
Install
npm install backup-mysql
Use
you should launch express service on your remote server(cd \RemoteBackupManage) , and then you can launch client file(app.js) to backup mysql database from remote server. and you should install 7-Zip sofware befor use.
Client
install packages first
npm install
change your config
var config = ;
node app.js
Server
install packages first
npm install
cd \RemoteBackupManage
change your config
var databaseConfig = ;
launch service(Express)
node ./bin/www