various
This commit is contained in:
parent
8d355454ef
commit
229cee2f31
7 changed files with 350 additions and 21 deletions
7
etc/systemd/system/sh.zio.backup.service
Normal file
7
etc/systemd/system/sh.zio.backup.service
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Unit]
|
||||
Description=sh.zio.backup
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Group=root
|
||||
ExecStart=/usr/local/bin/sh.zio.backup
|
|
@ -1,10 +1,9 @@
|
|||
[Unit]
|
||||
Description=Zio Backup (daily)
|
||||
Description=sh.zio.backup
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
OnCalendar=*-*-* 03:00
|
||||
AccuracySec=1m
|
||||
RandomizedDelaySec=1h
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
|
@ -1,7 +0,0 @@
|
|||
[Unit]
|
||||
Description=Zio Backup
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Group=root
|
||||
ExecStart=/usr/local/bin/zio-backup
|
Loading…
Add table
Add a link
Reference in a new issue