aboutsummaryrefslogtreecommitdiff
path: root/backup/ad3/backup-cloud.service
diff options
context:
space:
mode:
Diffstat (limited to 'backup/ad3/backup-cloud.service')
-rw-r--r--backup/ad3/backup-cloud.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/backup/ad3/backup-cloud.service b/backup/ad3/backup-cloud.service
new file mode 100644
index 0000000..472ea75
--- /dev/null
+++ b/backup/ad3/backup-cloud.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Restic backup to Backblaze B2
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+Type=oneshot
+ExecStart=/home/benj/.mycfg/backup/ad3/backup-cloud
+Nice=19
+IOSchedulingClass=idle \ No newline at end of file