mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:06:51 +08:00
c52d76ceaa
* Create lvmdump.md --------- Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
483 B
483 B
lvmdump
Collect diagnostic information about LVM2 (Logical Volume Manager). By default, outputs a compressed tar archive with system and configuration data in the home directory. 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