From eb392a2cbe612740575e84c636ae6b0438d9ff3b Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sun, 24 Dec 2023 19:12:31 +0100 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e21a638..eed6662 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ Postgres Backup tool, backup database to S3 or Object Storage | --path | | Set s3 path without file name. eg: /custom_path | | --dbname | -d | Set database name | | --port | -p | Set database port (default: 3306) | +| --mode | -m | Set execution mode. default or scheduled (default: default) | +| --period | | Set crontab period for scheduled mode only. (default: "0 1 * * *") | | --timeout | -t | Set timeout (default: 60s) | | --help | -h | Print this help message and exit | | --version | -V | Print version information and exit |