Releases: ankit-chaubey/Archivum
Releases · ankit-chaubey/Archivum
Release list
v0.3.0
▲ Archivum v0.3.0
Install via cargo
cargo install archivumQuick 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 ./restoredSee the README and docs/ for full documentation.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
▲ Archivum v0.2.0
Install via cargo
cargo install archivumQuick 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 ./restoredSee the README and docs/ for full documentation.
Made with ♥ by Ankit Chaubey
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Archivum v0.1.0
Install via cargo
cargo install archivumQuick 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 ./restoredSee README for full documentation.
Full Changelog: https://github.com/ankit-chaubey/Archivum/commits/v0.1.0