Make restic run every hour
This commit is contained in:
parent
ae6521d87a
commit
428edf20ff
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
Description=Timer for restic-backup
|
Description=Timer for restic-backup
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=2m
|
OnUnitInactiveSec=1h
|
||||||
OnUnitInactiveSec=1d
|
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=basic.target
|
WantedBy=timers.target
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue