parent
6ca42fa806
commit
e158da3765
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Backup root to %I
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Nice=19
|
||||
IOSchedulingClass=2
|
||||
IOSchedulingPriority=7
|
||||
ExecStart=/bin/sh -c '/usr/bin/rsync -HAax // "%I/"'
|
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Backup Files
|
||||
|
||||
[Timer]
|
||||
OnCalendar=07:00:00
|
||||
AccuracySec=150s
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Reference in new issue