An open API service indexing awesome lists of open source software.

https://github.com/hasanisaeed/database-backup-aws

Automatic and adjustable backup of the database on AWS or anywhere else!
https://github.com/hasanisaeed/database-backup-aws

backup boto3 database python3

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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
bash installer.sh
```

To check the status of the service:

```bash
sudo systemctl status scheduler
```

To stop the service:

```bash
sudo systemctl stop scheduler
```

To disable the service:

```bash
sudo systemctl disable scheduler
```