first commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user