Files
System-Sync-Restore/lib
Oliver Surke c6ac73bc83 fix: remove Unix socket files before mackup backup
Mackup fails with shutil.Error [Errno 102] when it tries to copy Unix
socket files (e.g. iTerm2's iterm2-daemon-1.socket, sockets/secrets).
Sockets are ephemeral runtime artefacts — they cannot be meaningfully
backed up and are always recreated by the owning app on startup.

Purge all -type s files from $HOME before calling mackup backup.

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