From 6d3f4a2e36840ca508f45979e8cbd53c5de6a17c Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sun, 24 Dec 2023 12:00:50 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca788e8..0a30e31 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ services: ## Run in Scheduled mode This tool can be run as CronJob in Kubernetes for a regular backup which makes deployment on Kubernetes easy as Kubernetes has CronJob resources. -For Docker, you need to run it in scheduled mode by adding `--mode scheduled` flag and specify the periodical backup time by adding `--period "*/30 * * * *" flag. +For Docker, you need to run it in scheduled mode by adding `--mode scheduled` flag and specify the periodical backup time by adding `--period "*/30 * * * *"` flag. Make an automated backup on Docker @@ -203,6 +203,7 @@ The syntax is: Easy to remember format: * * * * * command to be executed +```conf - - - - - | | | | | | | | | ----- Day of week (0 - 7) (Sunday=0 or 7) @@ -210,6 +211,7 @@ Easy to remember format: | | --------- Day of month (1 - 31) | ----------- Hour (0 - 23) ------------- Minute (0 - 59) +``` ## Example of scheduling mode