From 29ef8f84b285f109e526e53f0bf0e0b53250b76d Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Fri, 6 Dec 2019 17:32:55 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f98c561..a823a98 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file