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
|
||||
|
||||
[Timer]
|
||||
OnBootSec=2m
|
||||
OnUnitInactiveSec=1d
|
||||
OnUnitInactiveSec=1h
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
||||
WantedBy=timers.target
|
||||
|
||||
|
|
Loading…
Reference in a new issue