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!
- Host: GitHub
- URL: https://github.com/hasanisaeed/database-backup-aws
- Owner: hasanisaeed
- Created: 2022-06-25T03:59:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T21:17:02.000Z (over 2 years ago)
- Last Synced: 2023-12-23T01:29:11.104Z (over 2 years ago)
- Topics: backup, boto3, database, python3
- Language: Python
- Homepage:
- Size: 166 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```