Add borgmatic_timer_hour and borgmatic_timer_minute to argument_specs.yml (#154)

This commit is contained in:
berumuron 2024-10-18 15:17:33 +02:00 committed by GitHub
parent c8a295aa26
commit e9161f596e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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