c6ac73bc83
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>