11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
|
|
# Run inventory export weekly (Sunday 03:30 UTC). Adjust OnCalendar for your ops window.
|
||
|
|
[Unit]
|
||
|
|
Description=Timer — Proxmox live inventory + drift export
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnCalendar=Sun *-*-* 03:30:00
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|