Add borgmatic_timer_hour and borgmatic_timer_minute to argument_specs.yml

This commit is contained in:
Marien Fressinaud 2024-10-18 14:48:10 +02:00
parent c8a295aa26
commit 27b97d1c3b
No known key found for this signature in database
GPG Key ID: 936C16A8AE27E9D5

View File

@ -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