google-drive-mysql-backup
Version:
Backs up your mysql data to your google drive
46 lines • 1.05 kB
JSON
{
"name": "google-drive-mysql-backup",
"version": "0.0.9",
"description": "Backs up your mysql data to your google drive",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"MySQL",
"MySQL backup",
"Database backup",
"Google Drive",
"Google Drive integration",
"MySQL dump",
"Backup automation",
"Node.js",
"Node.js MySQL backup",
"Node.js Google Drive upload",
"mysqldump",
"Google APIs",
"JWT authentication",
"Cloud storage",
"Database management",
"Backup script",
"Backup and restore",
"Automated backups",
"Cloud backup",
"Secure backup",
"Data backup",
"File upload",
"File storage",
"Data protection",
"Google Drive Backup"
],
"author": "Arda Morkoç",
"repository": {
"type": "git",
"url": "https://github.com/benardamorkoc/google-drive-mysql-backup"
},
"license": "MIT",
"dependencies": {
"googleapis": "^39.2.0",
"mysql": "^2.18.1"
}
}