Added backup-roots-rsync@ unit files.

master
BrainwreckedTech 5 years ago
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…
Cancel
Save