Getting Started
Quick Start
Run
Download and install first, click here
To start the wizard type:
arck
You will be prompted to choose operating mode, which are as follows:
- Create a new archive from a directory or file
- Verify an existing archive (point to .m file)
- Restore an archive
- About this app
- Exit
Either use the wizard (called by arck
), or via single command as below.
If you get a missing package error, or you do not see the whizard, click here for detailed installation page.
Create first archive
Wizard
Simply follow the on-screen prompts:
- Run the app and select option 1.
- Provide a source directory or file
- Provide destination directory (leave blank to use the working directory)
- Give the archive a name.
Command line
Create
To create an archive, simply run:
arck -s /path/to/source/ -d /output/dir/ -n archive_name
Verify
And to verify an archive, point to the metadata file, ending with the m
extension.
arck -v /path/to/meta.m
Restore
And to restore (extract) the archive:
arck -x /output/dir/archive_name.m -d /path/to/destination
More
Full usage, click here