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.
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.
SEE ALSO