rdedup
rdedup copied to clipboard
Data deduplication engine, supporting optional compression and public key encryption.
## Problem In #172, it was discovered that the changing repo dir name causes several problems. ## Refs GC was updated in #32 #75 #132 ## Currrent situation, Let's first...
In considering alternatives for #190, the following scenario occurred to me which seems like the current GC scheme may also be vulnerable to, so I wanted to open as a...
I have (just) published a crate [rdedup-prune](https://crates.io/crates/rdedup-prune) which implements a `prune` command following the semantics of [attic's prune](https://attic-backup.org/usage.html#attic-prune), which I use to maintain my archives. It relies on a specific...
As i get it, the private key used to restore can have a passphrese, but the public key used to backup can not. If i get it right, this is...
One strategy to protect backups from ransomware (think an evil software that not only encrypts local files, but deletes any cloud storage it can get grip of) is to have...
While I personally enjoy feeding `rdedup` with `rdup` archive on standard input, having own directory traverser that utilizes mmap, could make things much faster.
For my setup, I typically create backups locally and then rsync them to NAS/remote storage. I also routinely prune older names, and run `gc` to clean up old chunks. However,...
Would anyone be interested in have rdedup natively support multiple backends? Examples of a backends would be: - Local Filesystem (current) - Amazon S3 - Openstack Swift - SFTP -...
It would be great if this can be included. Or linked to one or more such gists / projects.
**To keep this meta-ticket focused, please discuss specifics in their respective child-issues. Thx!** To clarify: Probably most of what is needed here will not be implemented into this package, but...