mirror of
https://github.com/filebrowser/filebrowser
synced 2026-04-21 21:37:18 +00:00
31 lines
535 B
Markdown
31 lines
535 B
Markdown
|
|
# filebrowser users export
|
||
|
|
|
||
|
|
Export all users to a file.
|
||
|
|
|
||
|
|
## Synopsis
|
||
|
|
|
||
|
|
Export all users to a json or yaml file. Please indicate the
|
||
|
|
path to the file where you want to write the users.
|
||
|
|
|
||
|
|
```
|
||
|
|
filebrowser users export <path> [flags]
|
||
|
|
```
|
||
|
|
|
||
|
|
## Options
|
||
|
|
|
||
|
|
```
|
||
|
|
-h, --help help for export
|
||
|
|
```
|
||
|
|
|
||
|
|
## Options inherited from parent commands
|
||
|
|
|
||
|
|
```
|
||
|
|
-c, --config string config file path
|
||
|
|
-d, --database string database path (default "./filebrowser.db")
|
||
|
|
```
|
||
|
|
|
||
|
|
## See Also
|
||
|
|
|
||
|
|
* [filebrowser users](filebrowser-users.md) - Users management utility
|
||
|
|
|