Add Aurora backup drive + Syncthing setup

This commit is contained in:
Joey Yakimowich-Payne 2026-02-24 19:55:00 -07:00
commit d7573a3cbd
6 changed files with 841 additions and 0 deletions

View file

@ -0,0 +1,18 @@
[Unit]
Description=Backup home to Portable drive (BTRFS send/receive)
# Give the drive a moment to fully settle after plug-in
After=local-fs.target
[Service]
Type=oneshot
ExecStartPre=/bin/sleep 5
ExecStart=/usr/local/bin/backup-to-portable
TimeoutStartSec=7200
Nice=10
IOSchedulingClass=idle
IOSchedulingPriority=7
# Don't kill backup if user logs out
KillMode=process
[Install]
WantedBy=multi-user.target