Update README.md
parent
e6b4fdc17d
commit
4c0543505f
32
README.md
32
README.md
|
|
@ -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)
|
||||
Loading…
Reference in New Issue