Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 17:40
· 6 commits to main since this release
v0.2.0
97293a8

▲ Archivum v0.2.0

Install via cargo

cargo install archivum

Quick start

archivum create ./my-project ./backup --compress zstd
archivum list   ./backup/index.arc.json
archivum verify ./backup/index.arc.json
archivum diff   ./backup/index.arc.json ./my-project
archivum restore ./backup/index.arc.json ./restored

See the README and docs/ for full documentation.


Made with ♥ by Ankit Chaubey

Full Changelog: v0.1.0...v0.2.0