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
- Host: GitHub
- URL: https://github.com/venkatasaikatepalli/data-backup-scripts
- Owner: venkatasaikatepalli
- Created: 2019-03-01T07:03:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T18:34:21.000Z (over 2 years ago)
- Last Synced: 2025-07-31T07:45:34.250Z (11 months ago)
- Topics: backup-script, backup-service, backup-solution, backup-tool, mysql-database, postgresql
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"