Files
backup-server/backup-user/restic-backup.service
T
Oliver Walter 1ea0d846bb first commit
2026-06-17 01:54:53 +02:00

12 lines
293 B
Desktop File

[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