Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basak/ddar
Unix de-duplicating archiver
https://github.com/basak/ddar
Last synced: 2 months ago
JSON representation
Unix de-duplicating archiver
- Host: GitHub
- URL: https://github.com/basak/ddar
- Owner: basak
- License: other
- Created: 2011-03-17T15:43:17.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T13:19:42.000Z (about 10 years ago)
- Last Synced: 2024-11-09T16:44:07.437Z (2 months ago)
- Language: C
- Homepage: https://github.com/basak/ddar
- Size: 610 KB
- Stars: 122
- Watchers: 11
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.markdown
- License: COPYING
Awesome Lists containing this project
README
ddar
====ddar is a free de-duplicating archiver for Unix. Save space, bandwidth and time by storing duplicate regions of data only once.
For details, see [the wiki][1].
Installation
------------Some [pre-built packages][1] are available.
Building from Source
--------------------For Debian/Ubuntu packages, just install build dependencies (see
`debian/control`) and then run `debuild` as usual.Other distributions: install [protobuf][2], run `make pydist` and then `python
setup.py install`.Contributing
------------Please submit contributions as pull requests on [github][3], following these
guidelines:* Maintain compatibility with Python 2.5.
* Keep behaviour similar to `ar(1)` and `tar(1)` (principle of least surprise).
Options, behaviour and formats that make sense to match should match as
closely as possible.* The manpage should be the source of all knowledge. All options and behaviour
should be documented there.[1]: https://github.com/basak/ddar/wiki
[2]: http://code.google.com/p/protobuf/
[3]: https://github.com/basak/ddar