snapdir locations
List directories and stores where snapshots have been recorded.
locations queries the catalog and prints the directories and stores it has seen
snapshots for. The default catalog is used when --catalog is unset. Pass
--catalog none to disable catalog queries; the command prints a disabled
message instead of silently returning an empty result. See the
History guide.
Usage
snapdir locations [OPTIONS]
Options
locations takes no positional arguments.
Examples
List all known locations:
snapdir locations
List locations using a specific catalog adapter:
snapdir locations --catalog default
Disable catalog querying explicitly:
snapdir locations --catalog none
See also
snapdir revisions— list snapshot IDs for one locationsnapdir ancestors— list a snapshot's ancestors- History guide