mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
Add config templates, services and timers examples.
This commit is contained in:
parent
84530ec971
commit
f95e71f033
10 changed files with 92 additions and 0 deletions
9
examples/services/rusnapshot-monthly.timer
Normal file
9
examples/services/rusnapshot-monthly.timer
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Take system snapshots monthly.
|
||||
|
||||
[Timer]
|
||||
OnCalendar=monthly
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue