first commit

This commit is contained in:
Oliver Walter
2026-06-17 01:54:53 +02:00
commit 1ea0d846bb
15 changed files with 742 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=Restic user backup to TrueNAS
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
EnvironmentFile=%h/.config/restic/env
ExecStart=%h/.local/bin/restic-backup.sh
# Restic cache lives naturally in ~/.cache when $HOME is set — no override needed