zProtect/docs/commandline.md
2023-01-29 09:27:22 -03:00

18 lines
1.8 KiB
Markdown

# Command Line Tool
## Introduction
The zProtect web interface uses a bundle.zst file to recieve data. This is created using the zProtect command line tool. Other operations would also be available in the future. Please use the `--help` flag on the command line tool for more information on available operations.
## Downloads
| Operating System | Architecture | Download |
| ---------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------- |
| Windows | 64-bit (AMD64) | [Here](https://objects.n23.io/4bcb968ea2654ee1be650d6be455725e:bucket1/zprotect-cli%2Fv0%2Fzprotect-windows-amd64.exe) |
| | 32-bit (i386) | [Here](https://objects.n23.io/4bcb968ea2654ee1be650d6be455725e:bucket1/zprotect-cli%2Fv0%2Fzprotect-windows-386.exe) |
| MacOs (Darwin) | 64-bit (AMD64) | [Here](https://objects.n23.io/4bcb968ea2654ee1be650d6be455725e:bucket1/zprotect-cli%2Fv0%2Fzprotect-darwin-amd64) |
| | 64-bit (AArch64) | [Here](https://objects.n23.io/4bcb968ea2654ee1be650d6be455725e:bucket1/zprotect-cli%2Fv0%2Fzprotect-darwin-arm64) |
| Linux | 64-bit (AMD64) | [Here](https://objects.n23.io/4bcb968ea2654ee1be650d6be455725e:bucket1/zprotect-cli%2Fv0%2Fzprotect-linux-amd64) |
| | 64-bit (AArch64) | [Here](https://objects.n23.io/4bcb968ea2654ee1be650d6be455725e:bucket1/zprotect-cli%2Fv0%2Fzprotect-linux-arm64) |
| | 32-bit (i386) | [Here](https://objects.n23.io/4bcb968ea2654ee1be650d6be455725e:bucket1/zprotect-cli%2Fv0%2Fzprotect-linux-386) |
| | 32-bit (AArch32) | [Here](https://objects.n23.io/4bcb968ea2654ee1be650d6be455725e:bucket1/zprotect-cli%2Fv0%2Fzprotect-linux-arm) |