database-autobackup
v1.0.1
Published
Backup Database Automatically
Downloads
4
Readme
database-autobackup
Backup your database automatically and upload the encrypted backup to an object storage service like AWS S3.
This CLI uses pm2 to schedule backups via the daemon process. You can use the pm2 command to control the daemon process.
Supported Database:
- MySQL
Supported Object Storage:
- AWS S3
Available Commands
--init
- create configuration file on user home directory--start
- start a daemon process for automated backup scheduler--stop
- stop the daemon process for automated backup scheduler
License
Licensed under the APLv2. See the LICENSE file for details.