| Crates.io | zffmetareader |
| lib.rs | zffmetareader |
| version | 0.10.1 |
| created_at | 2021-10-17 21:59:42.472698+00 |
| updated_at | 2021-12-08 21:44:20.520224+00 |
| description | A command line utility to read the metadata of a zff image. |
| homepage | https://github.com/ph0llux/zff |
| repository | https://github.com/ph0llux/zff |
| max_upload_size | |
| id | 466437 |
| size | 49,346 |
zffmetareader is a command line utility to read the metadata of a zff image.
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):
$ sudo apt-get install gcc
$ 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
Use zffmetareader -i <YOUR_ZFF_IMAGE.z01> to read the metadata of a zff file.