backpak

Crates.iobackpak
lib.rsbackpak
version0.2.0
sourcesrc
created_at2023-05-13 03:00:17.697265
updated_at2024-11-24 03:15:45.378444
descriptionA content-addressed backup system with deduplication and compression
homepagehttps://backpak.store
repositoryhttps://github.com/mrkline/backpak
max_upload_size
id863501
size440,559
Matt Kline (mrkline)

documentation

README

backpak

Some pipe dream of a backup system:

  • Deduplication and content-addressed storage, a la restic

  • Compression, because plenty of things are worth compressing and Zstd is fast.

  • Don't roll your own crypto - support for GPG or other external crypto of your choice.

Commit count: 521

cargo fmt