From f612f1cf7f5feb2b777f5d2895511ad4818e8b36 Mon Sep 17 00:00:00 2001 From: Mohammad Javad Naderi Date: Fri, 16 Aug 2024 15:32:56 +0330 Subject: [PATCH] Set TZ in the example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0c8d8e..a1f21ff 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,8 @@ services: SCHEDULE: "@daily" # Instead of "/data" path, use the module name "mydata". SCHEDULE_CMD: /usr/bin/rsync -z -e ssh /somefile rsync-server::mydata + # Specify the timezone to be used in the schedule + TZ: Asia/Tehran volumes: - ./somefile:/somefile:ro