feat(stdlib): added a basic borg client custom promise
This commit is contained in:
parent
518cbed944
commit
48f2e9a2cb
5 changed files with 174 additions and 1 deletions
9
stdlib/backups/borg/systemd-timer-template
Normal file
9
stdlib/backups/borg/systemd-timer-template
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=BorgBackup job %s timer
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
Persistent=false
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue