rdedup icon indicating copy to clipboard operation
rdedup copied to clipboard

Data deduplication engine, supporting optional compression and public key encryption.

Results 51 rdedup issues
Sort by recently updated
recently updated
newest added

Dear Dawid, Could you be so kind to generate ```.exe``` for the rest of us who are mere Windows users w/o compiler?

Hi, It seems rdedup-lib uses a version of the base64 library which is vulnerable to security issues. Please refer to https://github.com/RustSec/advisory-db/blob/master/Advisories.toml#L53 . patch commit : https://github.com/alicemaz/rust-base64/commit/24ead980daf11ba563e4fb2516187a56a71ad319 patched version : [">=...

Trying to backup a Maildir I'm seeing quite a few of these lines in the logs: ``` thread '' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code:...

https://github.com/gyscos/zstd-rs/issues/34#issuecomment-317664657

The main first point of contact for new users is https://github.com/dpc/rdedup - and the rendering of the README.md which is automatically shown. Adding some content from https://github.com/dpc/rdedup/wiki/My-original-use-case-(old-README.md) would get the...

* `writev` - doesn't seem to make a difference * `fallocate` - maybe? blocked on https://github.com/nix-rust/nix/issues/596 * `O_DIRECT` - to prevent cache pollution? or `fadvise`?

It should be logged along the time report.

Get rid of unnecessary copying? Eliminate `DIGEST_SIZE`?

enhancement
performance

It would help to have a speed benchmark.

help wanted
needs more info

What do you think of a reconfig command that can alter the settings of the repo like chunk size, chunking algorithm, folder nesting, etc that will allow the user to...

enhancement