Update README.md
parent
e8142e082a
commit
29ef8f84b2
|
|
@ -15,7 +15,8 @@ python backupper.py --containers nginx mysql
|
|||
|
||||
```
|
||||
python backupper.py --containers nginx mysql --data /path/to/data/folder --mysql mysql \
|
||||
--user root --password ROOT_PASSWORD --upload
|
||||
--user root --password ROOT_PASSWORD --backup /path/to/backup/target/folder \
|
||||
--export /path/to/export/target/folder --upload --clean
|
||||
```
|
||||
|
||||
| Arguments | Description | Required|
|
||||
|
|
@ -26,6 +27,9 @@ python backupper.py --containers nginx mysql --data /path/to/data/folder --mysql
|
|||
| user | Mysql username | False |
|
||||
| password | Mysql password | False |
|
||||
| upload | Compress all backups and upload to Mega.nz | False |
|
||||
| backup | Backup target directory. | True |
|
||||
| export | Compressed backup file target directory. | True |
|
||||
| clean | Clean all backup files and folders after upload. (Not container data) | False |
|
||||
|
||||
## Developer
|
||||
✔ Muhep Atasoy [Website](https://muhepatasoy.com)| [GitHub](https://github.com/muhep06) | [Gitea](https://git.muhepatasoy.xyz/muhep) | [Twitter](https://twitter.com/Muhepatasoy_98)
|
||||
Loading…
Reference in New Issue