Skip to content

Commit e9161f5

Browse files
Add borgmatic_timer_hour and borgmatic_timer_minute to argument_specs.yml (#154)
1 parent c8a295a commit e9161f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

meta/argument_specs.yml

+8
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,14 @@ argument_specs:
172172
type: str
173173
required: false
174174
description: If the variable is set, a timer is installed. A choice must be made between "cron" and "systemd".
175+
borgmatic_timer_hour:
176+
type: str
177+
required: false
178+
description: Hour when regular create and prune cron/systemd-timer job will run.
179+
borgmatic_timer_minute:
180+
type: str
181+
required: false
182+
description: Minute when regular create and prune cron/systemd-timer job will run.
175183
borg_ssh_key_type:
176184
type: str
177185
required: false

0 commit comments

Comments
 (0)