Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3dc6167

Browse files
committedFeb 6, 2025·
man: doveadm-fs - Add usage example
1 parent 9d323fa commit 3dc6167

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎docs/core/man/include/doveadm-fs.inc

+14
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,20 @@ size (in bytes) of the item is returned.
139139
140140
<!-- @include: ./reporting-bugs.inc -->
141141
142+
## EXAMPLE
143+
144+
How to decompress a file.
145+
146+
```sh
147+
doveadm -o fs=compress,posix -o fs/compress/fs_driver=compress -o fs/posix/fs_driver=posix -o fs_posix_prefix=/tmp/ fs get empty test.gz
148+
```
149+
150+
Using a named filter.
151+
152+
```sh
153+
doveadm mail fs -u testuser get obox path/to/file
154+
```
155+
142156
## SEE ALSO
143157
144158
[[man,doveadm]]

0 commit comments

Comments
 (0)
Please sign in to comment.