We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1776d3 commit fc60ddbCopy full SHA for fc60ddb
docs/reference/index.md
@@ -28,6 +28,7 @@ The `mysql-bkup` CLI provides commands and options to manage MySQL backups effic
28
| `--cron-expression` | `-e` | Schedules backups using a cron expression (e.g., `0 0 * * *` or `@daily`). |
29
| `--all-databases` | `-a` | Backs up all databases separately (e.g., `backup --all-databases`). |
30
| `--all-in-one` | `-A` | Backs up all databases in a single file (e.g., `backup --all-databases --single-file`). |
31
+| `--custom-name` | `` | Sets custom backup name for one time backup |
32
| `--help` | `-h` | Displays the help message and exits. |
33
| `--version` | `-V` | Shows version information and exits. |
34
0 commit comments