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 18, 2023
1 parent 4fa9ee6 commit b90ffdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ MySQL Backup tool, backup database to S3 or Object Storage
| Options | Shorts | Usage |
|---------------|--------|------------------------------------|
| mysql_bkup | bkup | Command utility |
| --operation | -o | Set operation, backup or restore (default: backup) |
| --destination | -d | Set destination, local or s3 (default: local) |
| --source | -s | Set source, local or s3 (default: local) |
| --operation | -o | Set operation. backup or restore (default: backup) |
| --destination | -d | Set destination. local or s3 (default: local) |
| --source | -s | Set source. local or s3 (default: local) |
| --file | -f | Set file name for restoration |
| --database | -db | Set database name |
| --port | -p | Set database port (default: 3306) |
Expand Down Expand Up @@ -82,7 +82,7 @@ bkup --operation restore --file database_20231217_115621.sql
```

```sh
bkup --o restore --f database_20231217_115621.sql
bkup -o restore -f database_20231217_115621.sql
```
### S3

Expand Down

0 comments on commit b90ffdc

Please sign in to comment.