https://github.com/guiofsaints/backup-anything
Scripts to create a backup of anything.
https://github.com/guiofsaints/backup-anything
backup bash bucket database mongodb mysql postgresql s3 script security tools
Last synced: 2 months ago
JSON representation
Scripts to create a backup of anything.
- Host: GitHub
- URL: https://github.com/guiofsaints/backup-anything
- Owner: guiofsaints
- License: apache-2.0
- Created: 2022-03-14T03:14:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T13:04:36.000Z (almost 4 years ago)
- Last Synced: 2024-05-19T00:38:37.875Z (over 1 year ago)
- Topics: backup, bash, bucket, database, mongodb, mysql, postgresql, s3, script, security, tools
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-storage - Backup Anything - Backup Anything are 100% open-source scripts for creating backup of databases and cloud buckets. Can be used on CI/CD or local. (Backups, replication, distribution)
README
# Backup Anything
📦 Shell scripts to create backup of anything (local).
## Scripts
### Database
- [x] [MongoDB](./atlas-mongodb/README.md)
- [ ] PostgreSQL
- [x] [MySQL](./mysql-database/README.md)
- [ ] Redis
- [ ] Elasticsearch
- [ ] Cassandra
- [ ] DynamoDB
### Bucket
- [x] [GCP Bucket](gcp-bucket/README.md)
- [x] [AWS Bucket S3](aws-bucket/README.md)
- [ ] Azure Blob Storage
- [ ] DigitalOcean Spaces
- [ ] IBM Cloud Object Storage
## Get started
```bash
git clone https://github.com/gui-text/backup-anything.git && cd backup-anything
```
## Roadmap
- Add ZX
- Create a CLI with Oclif
- Configure a server to save backups
- Create a Web interface?
- Create backup restore
- Create an automation to schedule backups?