aboutsummaryrefslogtreecommitdiffstats
path: root/arch-system/borg-backup.service
diff options
context:
space:
mode:
Diffstat (limited to 'arch-system/borg-backup.service')
-rw-r--r--arch-system/borg-backup.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch-system/borg-backup.service b/arch-system/borg-backup.service
new file mode 100644
index 0000000..196b87f
--- /dev/null
+++ b/arch-system/borg-backup.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Borg backup service for /home (BTRFS)
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+ExecStart=/usr/bin/borgbackup
+Type=simple
+
+[Install]
+WantedBy=multi-user.target