CLI
ankra backup
Backup operations
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Backup operations
ankra backup vaults create <name> [flags]
| Flag | Default | Description |
|---|---|---|
--access-key-id | Access key ID (prompted for when omitted) | |
--bucket | Bucket the backups are written to (required) | |
--endpoint | S3-compatible endpoint URL (required) | |
--path-style | true | Address the bucket path-style (https://endpoint/bucket) instead of virtual-hosted-style |
--provider | other | Object-storage provider |
--region | Bucket region (leave empty when the endpoint implies it) | |
--secret-access-key | Secret access key (prompted for hidden when omitted; prefer the prompt so the key stays out of your shell history) |
ankra backup vaults delete [vault-name|vault-id] [flags]
| Flag | Default | Description |
|---|---|---|
--destroy-provider-resources | false | Also destroy what Ankra created for this vault: empty and delete the bucket (every restore point in it is lost) and remove the provider resource minted for it. Ankra-provisioned vaults only |
--yes | false | Skip the confirmation prompt |
ankra backup vaults get [vault-name|vault-id] [flags]
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) |
ankra backup vaults list [flags]
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) |
ankra backup vaults provision [name] [flags]
| Flag | Default | Description |
|---|---|---|
--access-key-id | Hetzner Object Storage access key (Hetzner only; prompted for when omitted) | |
--bucket | Bucket name (default: a unique name derived from the vault name) | |
--credential | Provider credential (name or id) Ankra creates the bucket with (default: the only one it can provision from) | |
--region | Provider region for the bucket (default: that provider’s usual one - fsn1, europe-1, fra1, fr-par) | |
--secret-access-key | Hetzner Object Storage secret key (Hetzner only; prompted for hidden when omitted) | |
--timeout | 10m0s | Maximum time to wait when —wait is set |
--wait | false | Wait for the operation to finish and report success or failure (default: submit and return immediately) |
ankra backup vaults verify [vault-name|vault-id]