Quick Start¶
Download¶
Download and install first, ⬇️ click here
Make¶
Note
The -v flag shows verbose output.
➡️ To make an archive, simply run:
arck make -v /path/to/source/ /output/dir/
Verify¶
✅ And to verify an archive, point to the metadata file, ending with the m extension.
arck verify -v /path/to/meta.m
Restore¶
⬅️ And to restore (extract) the archive:
arck restore -v /output/dir/archive_name.m /path/to/destination
More¶
Full usage, 📖 click here