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: about 1 year ago
JSON representation
Container for backing up other container's volumes and database dumps to Mega.nz.
- Host: GitHub
- URL: https://github.com/jsfraz/mega-backuper
- Owner: jsfraz
- Created: 2023-08-22T11:35:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T11:46:07.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T04:49:03.549Z (over 1 year ago)
- Topics: backup, container, docker, docker-volume, golang, mega, mysql-dump
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```