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

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.

Awesome Lists containing this project

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?