proxmox-backup/src/tools/systemd
Thomas Lamprecht 956295cefe parse_calendar_event: support the weekly special expression
While we do not yet support the date specs for CalendarEvent the left
out "weekly" special expression[0] dies not requires that support.
It is specified to be equivalent with `Mon *-*-* 00:00:00` [0] and
this can be implemented with the weekday and time support we already
have.

[0]: https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-07-21 13:24:51 +02:00
..
config.rs add api to format disks and create datastores 2020-06-10 11:03:36 +02:00
parse_time.rs parse_calendar_event: support the weekly special expression 2020-07-21 13:24:51 +02:00
time.rs tools/systemd/time: fix compute_next_event for weekdays 2020-06-04 07:02:33 +02:00
tm_editor.rs CalendarEvent - compute_next_value: use change tracking to avoid repeated testing 2020-05-16 10:32:27 +02:00
types.rs src/tools/systemd/types.rs: add Mount config 2020-06-09 18:47:10 +02:00