Backup / restore script for ~/.claude-pwa/ #11
Labels
No labels
documentation
feature
infrastructure
manual-work
tech-debt
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hiten/claude-code-pwa#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Runtime state (history, URL cache, token) lives in
~/.claude-pwa/. There's no backup process — if the box dies, all session history and the auth token are gone.Acceptance Criteria
scripts/backup.shthat tars~/.claude-pwa/(excluding logs) to a configurable destination, with a timestampscripts/restore.shthat takes a tarball and restores it (refusing to overwrite without--force)