Files
System-Sync-Restore/lib
Oliver Surke b50ab61d5c fix: remove dangling symlinks before mackup backup
shutil.copy fails on dangling symlinks with [Errno 2] No such file or
directory (e.g. ~/.claude/debug/latest → missing target).

Pre-backup cleanup now handles two cases:
  - Unix sockets  (-type s)     → Errno 102
  - Dangling links (-type l !-e) → Errno 2

Both are ephemeral runtime artefacts that cannot be meaningfully backed up.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-12 11:00:25 +02:00
..
2026-05-11 15:05:17 +02:00