3 unstable releases
0.10.1 | Dec 8, 2021 |
---|---|
0.10.0 | Nov 7, 2021 |
0.9.0 | Oct 17, 2021 |
#9 in #acquisition
515KB
11K
SLoC
zffmetareader
zffmetareader
is a command line utility to read the metadata of a zff image.
Installation
Prerequisites
First, you need to install rust and cargo to build or install zffmetareader
.
After that you still need the gcc, which you can install as follows (depends on the distribution):
Debian/Ubuntu
$ sudo apt-get install gcc
Fedora
$ sudo dnf install gcc
Then you can easily build this tool yourself by using cargo:
[/home/ph0llux/projects/zffmetareader] $ cargo build --release
Or you can install the tool directly from crates.io:
$ cargo install zffmetareader
Usage
Use zffmetareader -i <YOUR_ZFF_IMAGE.z01>
to read the metadata of a zff file.
Dependencies
~13MB
~228K SLoC