Commit Graph

4 Commits

Author SHA1 Message Date
jared 7ee7df68ee fix(backup): correct Synology SFTP path and remove pre-flight check
SFTP uses a virtual root where Synology shared folders appear directly
under / — /volume1/... does not exist in SFTP space. The repo lives at
/homes/jared/Backups/fedora-workstation, not /home/Backups/... .

Also removes the pre-flight reachability check (HTTP curl, previously SSH)
that has been the source of every Synology skip since May 24. Restic
handles unreachable SFTP endpoints gracefully; no gate needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 11:47:03 -04:00
jared 309232cb26 fix(backup): validate Synology backup path is accessible
Check that /volume1/backup is actually reachable and readable, rather
than just testing SSH connectivity. This prevents false positives where
SSH works but the backup destination is offline or unmounted.
2026-05-24 13:16:15 -04:00
jared 8ff8088f84 fix(backup): use plain restic unlock with || true instead of --remove-all 2026-05-07 12:50:14 -04:00
jared cb2d6f6525 feat(backup-monitor): integrate notify_backup.rb into desktop backup.sh 2026-05-07 11:25:52 -04:00