1.0.1 • Published 2 years ago

database-autobackup v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

database-autobackup

TypeScript version Node.js version APLv2 Build Status - GitHub Actions

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.