Search K
Appearance
Appearance
doveadm [GLOBAL OPTIONS] fs command [ARGUMENTS]
The doveadm fs commands are used to abstractly interact with the storage backend defined in the Dovecot configuration. It allows access to the mailbox structure without needing to know details of how the storage backend is designed.
Global doveadm(1)
options:
Enables verbosity and debug messages.
Do not read any config file, just use defaults. The dovecot_storage_version
defaults to the latest version, but can be overridden with -o.
Preserve entire environment for doveadm, not just import_environment
.
Enables verbosity, including progress counter.
If using multiple Dovecot instances, choose the config file based on this instance name.
See instance_name
for more information.
Read configuration from the given config-file. By default it first reads config socket, and then falls back to /etc/dovecot/dovecot.conf. You can also point this to config socket of some instance running compatible version.
Overrides the configuration setting from /etc/dovecot/dovecot.conf and from the userdb with the given value. In order to override multiple settings, the -o option may be specified multiple times.
Specifies the formatter for formatting the output. Supported formatters are:
This command uses by default the table output formatter.
If you have multiple fs drivers, you start by having the first driver in fs-driver and the rest of the pipeline as-is in fs-args.
doveadm [GLOBAL OPTIONS] fs copy fs-driver fs-args source-path dest-path
Copy source path to the destination path.
doveadm [GLOBAL OPTIONS] fs delete [-R] [-n count] fs-driver fs-args path [path ...]
Delete all data associated with the path provided.
doveadm [GLOBAL OPTIONS] fs get fs-driver fs-args path
Retrieve data associated with the path provided.
doveadm [GLOBAL OPTIONS] fs iter fs-driver fs-args path
Iterate through all data files in the path provided.
doveadm [GLOBAL OPTIONS] fs iter-dirs fs-driver fs-args path
Iterate through all directories in the path provided.
doveadm [GLOBAL OPTIONS] fs put [-h hash] fs-driver fs-args input_path path
Store data at the path provided.
doveadm [GLOBAL OPTIONS] fs stat fs-driver fs-args path
Retrieve files status for the path provided. Currently, only the total size (in bytes) of the item is returned.
Report bugs, including doveconf -n output, to the Dovecot Mailing List dovecot@dovecot.org. Information about reporting bugs is available at: https://dovecot.org/bugreport.html
SEE ALSO