Googulator / sparseutils

Modification of Richard Ipsum's sparseutils to generate a ddrescue domain mapfile from sparse files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sparseutils

A collection of utilities for interacting with sparse files. Modification to allow creating ddrescue domain mapfiles based on the structure of a sparse image file. Rehosted on GitHub as the original author took down his git repositories.

Installation

You can install sparseutils with pip,

% sudo pip3 install https://github.com/Googulator/sparseutils

alternatively you can clone the source and then run pip from within the git repo:

% sudo pip3 install .

you can also run the tests from within the git repo using tox:

% tox

Contributing

To report an issue, please use the Issues page on this repository.

Patches welcome! Pull requests preferred.

About

Modification of Richard Ipsum's sparseutils to generate a ddrescue domain mapfile from sparse files

License:GNU General Public License v3.0


Languages

Language:Python 95.6%Language:Shell 2.9%Language:Makefile 1.5%