snapdir defaults
Print default settings and arguments.
defaults prints the effective configuration: each resolved setting and its
source, such as flag, env, or default. It is the quickest way to see what
values the CLI will use before running a command, including cache, store,
catalog, jobs, walk-jobs, clonefile, fsync, and transfer tuning.
Usage
snapdir defaults [OPTIONS]
Options
defaults takes no positional arguments. Pass any supported default-bearing
option to preview how it resolves.
Examples
Print the effective defaults:
snapdir defaults
See how an environment override resolves:
SNAPDIR_CACHE_DIR=/var/snapdir/cache snapdir defaults
Preview a flag override and its source:
snapdir defaults --catalog none --walk-jobs 8
See also
- Command reference overview — command options and
SNAPDIR_*variables