dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

TODO (262B)


      1 Use a ring buffer in the chunker (avoid memmove() call)
      2 pledge/unveil support
      3 Ability to fetch key from dedicated fd so it never touches disk
      4 Use pread/pwrite to avoid lseek() calls
      5 Document file format
      6 Store repo stats
      7 Alternative storage backend using bundles