Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

man: doveadm fs - Add example #1169

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions docs/core/man/include/doveadm-fs.inc
Original file line number Diff line number Diff line change
@@ -139,7 +139,20 @@ size (in bytes) of the item is returned.

<!-- @include: ./reporting-bugs.inc -->

SEE ALSO
## EXAMPLE

[[man,doveadm]]
How to decompress a file.

```sh
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe "" instead of empty? A literal empty is a bit confusing.

```

Using a named filter.

```sh
doveadm mail fs -u testuser get obox path/to/file
```

## SEE ALSO

[[man,doveadm]]