|
NAMEdoveadm-fs - Interact with the abstract mail storage filesystemSYNOPSISdoveadm [-Dv] [-f formatter] fs command [ARGUMENTS]DESCRIPTIONThe 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 architected.OPTIONSGlobal doveadm(1) options:
This command uses by default the table output formatter. COMMANDSfs copydoveadm fs copy fs-driver fs-args source-path dest-pathCopy source path to the destination path. fs deletedoveadm fs delete [-R] [-n count] fs-driver fs-args path [path ...]Delete all data associated with the path provided. fs getdoveadm fs get fs-driver fs-args pathRetrieve data associated with the path provided. fs iterdoveadm fs iter fs-driver fs-args pathIterate through all data files in the path provided. fs iter-dirsdoveadm fs iter-dirs fs-driver fs-args pathIterate through all directories in the path provided. fs putdoveadm fs put [-h hash] fs-driver fs-args input_path pathStore data at the path provided. fs statdoveadm fs stat fs-driver fs-args pathRetrieve files status for the path provided. Currently, only the total size (in bytes) of the item is returned. REPORTING BUGSReport bugs, including doveconf -n output, to the Dovecot Mailing List <dovecot@dovecot.org>. Information about reporting bugs is available at: http://dovecot.org/bugreport.htmlSEE ALSOdoveadm(1)
Visit the GSP FreeBSD Man Page Interface. |