Version: dev
Mount a bundle
Mount a readonly, non-interactive view of the entire data that is part of a bundle
datamon bundle mount [flags]
--bundle string The hash id for the bundle, if not specified the latest bundle will be used
--cache-size byte-size The desired size of the memory cache used (in KB, MB, GB, ...) when streaming is enabled (default 50MB)
--concurrency-factor int Heuristic on the amount of concurrency used by various operations. Turn this value down to use less memory, increase for faster operations. (default 100)
--cpuprof Toggle runtime profiling
--daemonize Whether to run the command as a daemonized process
--destination string The path to the download dir. Defaults to some random dir /tmp/datamon-mount-destination{xxxxx}
-h, --help help for mount
--label string The human-readable name of a label
--mount (*) string The path to the mount dir
--prefetch int When greater than 0, specifies the number of fetched-ahead blobs when reading a mounted file (requires Stream enabled) (default 1)
--repo (*) string The name of this repository
--stream Stream in the FS view of the bundle, do not download all files. Default to true. (default true)
--verify-hash Enables hash verification on read blobs and written root key (for mount, requires Stream enabled) (default true)
--config string Set the config backend store to use (bucket name: do not set the scheme, e.g. 'gs://')
--context string Set the context for datamon (default "dev")
--format string Pretty-print datamon objects using a Go template. Use '{{ printf "%#v" . }}' to explore available fields
--loglevel string The logging level. Levels by increasing order of verbosity: none, error, warn, info, debug (default "info")
--metrics Toggle telemetry and metrics collection
--metrics-password string Password to connect to the metrics collector backend. Overrides any password set in URL
--metrics-url string Fully qualified URL to an influxdb metrics collector, with optional user and password
--metrics-user string User to connect to the metrics collector backend. Overrides any user set in URL
--skip-auth Skip authentication against google (gcs credentials remains required)
--upgrade Upgrades the current version then carries on with the specified command
- datamon bundle - Commands to manage bundles for a repo
- datamon bundle mount new - Create a bundle incrementally with filesystem operations