redupe implements forward error correction
License
rescrv/redupe
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
redupe ====== This package provides several command-line tools for dealing with backup and longterm storage. It uses forward error correction to make small errors or bitflips easy to detect and correct. Replication is still necessary to protect against disaster or loss of data. redupe: Streaming tool that will add forward error correction in-line across large blocks (~1MB) of the file. The stream is not readable by the original application and must be recovered using reundupe. Prototypical use includes reduping encrypted tarballs to ensure a single bitflip does not render them irrecoverable. fecsum: Separable forward error correction. This will create a standalone file that, when coupled with the original file, can correct small errors in the fecsum or the original. Prototypical use includes creating a fecsum of large media files that need some protection against corruption but also need to be playable on-demand without creating a copy.
About
redupe implements forward error correction
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published