Skip to main content
Arius can be installed in three ways. Docker is the recommended method as it requires no runtime dependencies and works identically across platforms.

Environment variable reference

Both the archive and restore commands support reading credentials from environment variables, which avoids passing secrets on the command line:
Environment variableCLI flag equivalentDescription
ARIUS_ACCOUNT_NAME--accountname / -nAzure Storage Account name
ARIUS_ACCOUNT_KEY--accountkey / -kAzure Storage Account key
All other options (passphrase, container, tier, etc.) must be provided as CLI flags — they do not have corresponding environment variables.

Version format

Arius versions follow the format 5.0.{run_number}, where run_number is the CI pipeline build number. For example, 5.0.42 is the 42nd release build. You can verify the installed version at any time:
# Docker
docker run --rm woutervanranst/arius --version

# Native binary
arius --version

Build docs developers (and LLMs) love