gabriel / muse public
snapshot-store.sh bash
5 lines 276 B
Raw
sha256:08c083095bcaffb4c43ce947668fac93bf5d261e13d321776170c4019dd1d77d fix: migration must never update identity.toml on a failed … Sonnet 5 minor ⚠ breaking 1 day ago
1 #!/usr/bin/env bash
2 # snapshot-store.sh — fast APFS copy-on-write snapshot of a canonical repo's
3 # .muse/ only ("suspenders"). See #185 Phase 5. Logic lives in backup.py.
4 set -euo pipefail
5 exec python3 "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/backup.py" snapshot "$@"
File History 1 commit
sha256:08c083095bcaffb4c43ce947668fac93bf5d261e13d321776170c4019dd1d77d fix: migration must never update identity.toml on a failed … Sonnet 5 minor 1 day ago