snapshots Command
List all stored Time Machine snapshots with their IDs, timestamps, and metadata.
Usage
batho snapshots --root /path/to/repo
Examples
# List all snapshots
batho snapshots --root .
# List snapshots for specific project
batho snapshots --root /path/to/project
Output
The command outputs a list of snapshots with:
- Snapshot ID (format:
batho_<project>_<sha>_<timestamp>Z) - Timestamp (ISO 8601)
- Label (optional user-defined label)
- File path
Related Commands
- diff-snapshots - Compare two snapshots
- patch - Apply incremental patches
- patch-chain - Show patch chain for a snapshot