Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jsfraz/mega-backuper

Container for backing up other container's volumes and database dumps to Mega.nz.
https://github.com/jsfraz/mega-backuper

backup container docker docker-volume golang mega mysql-dump

Last synced: 8 days ago
JSON representation

Container for backing up other container's volumes and database dumps to Mega.nz.

Awesome Lists containing this project

README

        

# mega-backuper

Container for backing up other container's volumes and database dumps to Mega.nz.

## Running in Docker

Configure [backuper.json](backuper.json), [docker-compose.yml](docker-compose.yml), build the image and run the compose project:

```bash
sudo docker build -t jsfraz/mega-backuper:latest .
sudo docker compose up -d
```