Update README.md

master
Muhep Atasoy 2019-12-06 00:29:55 +03:00
parent e6b4fdc17d
commit 4c0543505f
1 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,31 @@
# dgd-backupper
# DGD Backupper
Backup manager for backing up Docker Containers to Google Drive.
Backup manager for backing up Docker Containers to Mega.nz.
## Requirement
* MegaCMD [Download](https://mega.nz/cmd) | [GitHub](https://github.com/meganz/MEGAcmd)
## Usage
```
python backupper.py --containers nginx mysql
```
## Advantage Usage
```
python backupper.py --containers nginx mysql --data /path/to/data/folder --mysql mysql \
--user root --password ROOT_PASSWORD --upload
```
| Arguments | Description | Required|
|---|---|---|
| containers | Name or ID of the containers you want to back up | True |
| data | Data folder path for docker containers | False |
| mysql | Mysql container name or id for backup databases | False |
| user | Mysql username | False |
| password | Mysql password | False |
| upload | Compress all backups and upload to Mega.nz | False |
## Developer
✔ Muhep Atasoy [Website](https://muhepatasoy.com) | [Gitea](https://git.muhepatasoy.xyz/muhep) | [Twitter](https://twitter.com/Muhepatasoy_98)