From e9161f596e31ca6641a9ebd3615b79fd55a2364b Mon Sep 17 00:00:00 2001 From: berumuron Date: Fri, 18 Oct 2024 15:17:33 +0200 Subject: [PATCH] Add borgmatic_timer_hour and borgmatic_timer_minute to argument_specs.yml (#154) --- meta/argument_specs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index 0d613d8..207bc6f 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -172,6 +172,14 @@ argument_specs: type: str required: false description: If the variable is set, a timer is installed. A choice must be made between "cron" and "systemd". + borgmatic_timer_hour: + type: str + required: false + description: Hour when regular create and prune cron/systemd-timer job will run. + borgmatic_timer_minute: + type: str + required: false + description: Minute when regular create and prune cron/systemd-timer job will run. borg_ssh_key_type: type: str required: false