ux: Last Backup card click — handle missing destination (drive unmounted, folder removed) #19

Open
opened 2026-05-16 01:16:42 +00:00 by hartle-tech · 0 comments
hartle-tech commented 2026-05-16 01:16:42 +00:00 (Migrated from github.com)

Request

I'm not sure about its behavior when the last backup location isn't available at the time of clicking on it (e.g. a removed hdd/ssd).

Current behavior

  • Clicking the card calls RevealInFinder(state.outputDir) which errors with "stat: no such file or directory" if the drive is gone.

Expected behavior

  • Detect the missing path BEFORE invoking Finder.
  • Surface a toast explaining the destination is unreachable AND open the native picker so the user can pick a new destination (or cancel).
## Request > I'm not sure about its behavior when the last backup location isn't available at the time of clicking on it (e.g. a removed hdd/ssd). ## Current behavior - Clicking the card calls `RevealInFinder(state.outputDir)` which errors with "stat: no such file or directory" if the drive is gone. ## Expected behavior - Detect the missing path BEFORE invoking Finder. - Surface a toast explaining the destination is unreachable AND open the native picker so the user can pick a new destination (or cancel).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hartle-tech/dumpsock#19
No description provided.