Put files in directory structure

This commit is contained in:
Erik Westrup
2018-04-13 20:39:24 +02:00
parent aa7fdd0df9
commit 6b3a3a7773
10 changed files with 0 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[Unit]
Description=Backup with restic to Backblaze B2
OnFailure=status-email-user@%n.service
[Service]
Type=simple
Nice=10
ExecStart=/usr/local/sbin/restic_backup.sh
# $HOME or $XDG_CACHE_HOME must be set for restic to find /root/.cache/restic/
Environment="HOME=/root"