2025-12-16 10:20:31 -07:00
|
|
|
# lvmdump
|
|
|
|
|
|
|
|
|
|
> Collect diagnostic information about LVM2 (Logical Volume Manager).
|
2026-02-18 06:55:01 -07:00
|
|
|
> By default, outputs a compressed `.tar` archive with system and configuration data in the home directory.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://manned.org/lvmdump>.
|
|
|
|
|
|
|
|
|
|
- Generate a basic dump:
|
|
|
|
|
|
|
|
|
|
`lvmdump`
|
|
|
|
|
|
|
|
|
|
- Generate an extended dump with metadata and daemon info:
|
|
|
|
|
|
|
|
|
|
`lvmdump -a -l -m`
|
|
|
|
|
|
|
|
|
|
- Dump the information into a directory instead of a tarball:
|
|
|
|
|
|
|
|
|
|
`lvmdump -d {{path/to/directory}}`
|
|
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`lvmdump -h`
|