Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Feb 04:27
· 10 commits to main since this release
v0.1.0
13d5b41

Archivum v0.1.0

Install via cargo

cargo install archivum

Quick start

# Create archive
archivum create ./my-photos ./backup --compress zstd

# List contents
archivum list ./backup/index.arc.json

# Verify integrity
archivum verify ./backup/index.arc.json

# Restore
archivum restore ./backup/index.arc.json ./restored

See README for full documentation.

Full Changelog: https://github.com/ankit-chaubey/Archivum/commits/v0.1.0