Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaninda committed Dec 19, 2023
1 parent fb739fe commit 1cffa5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MySQL Backup tool, backup database to S3 or Object Storage
| --operation | -o | Set operation. backup or restore (default: backup) |
| --storage | -s | Set storage. local or s3 (default: local) |
| --file | -f | Set file name for restoration |
| --path | | Set s3 path. eg: /custom_path |
| --path | | Set s3 path without file name. eg: /custom_path |
| --database | -db | Set database name |
| --port | -p | Set database port (default: 3306) |
| --timeout | -t | Set timeout (default: 60s) |
Expand Down
2 changes: 1 addition & 1 deletion src/mysql_bkup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ help()
echo " -o |--operation -- Set operation (default: backup)"
echo " -s |--storage -- Set storage (default: local)"
echo " -f |--file -- Set file name "
echo " |--path -- Set s3 path, whiout file name"
echo " |--path -- Set s3 path, without file name"
echo " -db|--database -- Set database name "
echo " -p |--port -- Set database port (default: 3306)"
echo " -t |--timeout -- Set timeout (default: 120s)"
Expand Down

0 comments on commit 1cffa5b

Please sign in to comment.