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

https://github.com/venkatasaikatepalli/data-backup-scripts

this repo contains server scripts to backup different databases to storage buckets or servers
https://github.com/venkatasaikatepalli/data-backup-scripts

backup-script backup-service backup-solution backup-tool mysql-database postgresql

Last synced: about 1 month ago
JSON representation

this repo contains server scripts to backup different databases to storage buckets or servers

Awesome Lists containing this project

README

          

# data-backup-scripts
this repo contains server scripts to backup different databases to storage buckets or servers

# List of backup scripts
- [mysql](https://github.com/venkatasaikatepalli/data-backup-scripts/blob/master/mysql/)
- [postgres](https://github.com/venkatasaikatepalli/data-backup-scripts/blob/master/postgres/)

# steps to add cronjob
- crontab -e
- 0 1,13 * * * bash -c "/home/ubuntu/backup.sh > /home/ubuntu/backup.log"