From 252850064dfbb2611736ff9d535761c95f521bb8 Mon Sep 17 00:00:00 2001 From: Frank Dornheim <524257+conloos@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:11:47 +0100 Subject: [PATCH] Add description to borgmatic_timer_cron_name and borgmatic_timer --- meta/arguments_specs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meta/arguments_specs.yml b/meta/arguments_specs.yml index aa5cdf1..1062fc6 100644 --- a/meta/arguments_specs.yml +++ b/meta/arguments_specs.yml @@ -172,3 +172,11 @@ argument_specs: type: bool required: false description: Auto initialization of the repo on the backup server. + borgmatic_timer_cron_name: + type: str + required: false + description: Name of the cron Job + borgmatic_timer: + type: str + required: false + description: If the variable is set, a timer is installed. A choice must be made between "cron" and "systemd".