zffmetareader

Crates.iozffmetareader
lib.rszffmetareader
version0.10.1
sourcesrc
created_at2021-10-17 21:59:42.472698
updated_at2021-12-08 21:44:20.520224
descriptionA command line utility to read the metadata of a zff image.
homepagehttps://github.com/ph0llux/zff
repositoryhttps://github.com/ph0llux/zff
max_upload_size
id466437
size49,346
(ph0llux)

documentation

README

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.

Commit count: 459

cargo fmt