1DOVEADM-PROXY(1)                    Dovecot                   DOVEADM-PROXY(1)
2
3
4

NAME

6       doveadm-fs - Interact with the abstract mail storage filesystem
7

SYNOPSIS

9       doveadm [-Dv] [-f formatter] fs command [ARGUMENTS]
10

DESCRIPTION

12       The  doveadm fs commands are used to abstractly interact with the stor‐
13       age backend defined in the Dovecot configuration. It allows  access  to
14       the  mailbox structure without needing to know details of how the stor‐
15       age backend is architected.
16

OPTIONS

18       Global doveadm(1) options:
19
20       -D     Enables verbosity and debug messages.
21
22       -f formatter
23              Specifies the formatter for formatting  the  output.   Supported
24              formatters are:
25
26              flow   prints each line with key=value pairs.
27
28              pager  prints each key: value pair on its own line and separates
29                     records with form feed character (^L).
30
31              tab    prints a table header followed  by  tab  separated  value
32                     lines.
33
34              table  prints a table header followed by adjusted value lines.
35
36       -o setting=value
37              Overrides  the  configuration  setting  from  /etc/dovecot/dove‐
38              cot.conf and from the userdb with the given value.  In order  to
39              override  multiple settings, the -o option may be specified mul‐
40              tiple times.
41
42       -v     Enables verbosity, including progress counter.
43
44       This command uses by default the table output formatter.
45

COMMANDS

47   fs copy
48       doveadm fs copy fs-driver fs-args source-path dest-path
49
50       Copy source path to the destination path.
51
52   fs delete
53       doveadm fs delete [-R] [-n count] fs-driver fs-args path [path ...]
54
55       Delete all data associated with the path provided.
56
57   fs get
58       doveadm fs get fs-driver fs-args path
59
60       Retrieve data associated with the path provided.
61
62   fs iter
63       doveadm fs iter fs-driver fs-args path
64
65       Iterate through all data files in the path provided.
66
67   fs iter-dirs
68       doveadm fs iter-dirs fs-driver fs-args path
69
70       Iterate through all directories in the path provided.
71
72   fs put
73       doveadm fs put [-h hash] fs-driver fs-args input_path path
74
75       Store data at the path provided.
76
77   fs stat
78       doveadm fs stat fs-driver fs-args path
79
80       Retrieve files status for the path provided. Currently, only the  total
81       size (in bytes) of the item is returned.
82

REPORTING BUGS

84       Report  bugs, including doveconf -n output, to the Dovecot Mailing List
85       <dovecot@dovecot.org>.  Information about reporting bugs  is  available
86       at: http://dovecot.org/bugreport.html
87

SEE ALSO

89       doveadm(1)
90
91
92
93Dovecot v2.2                      2016-04-26                  DOVEADM-PROXY(1)
Impressum