hasanisaeed / database-backup-aws

Automatic and adjustable backup of the database on AWS or anywhere else!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic and adjustable backup of the database on AWS or anywhere else!

Usage:

Run the script without a service:

python scheduler.py --config-file=config.json --output-format=gz --send-via=scp --remove-after-sending=false

Run script as a service:

bash installer.sh

To check the status of the service:

sudo systemctl status scheduler

To stop the service:

sudo systemctl stop scheduler

To disable the service:

sudo systemctl disable scheduler

About

Automatic and adjustable backup of the database on AWS or anywhere else!


Languages

Language:Python 86.7%Language:Shell 13.3%