storage-profile
List all storage profiles.
clonit storage-profileAlias: sp
Description
Section titled “Description”Displays a table of all configured storage profiles. Storage profiles define remote storage destinations (S3, R2) used for pushing and pulling snapshots.
When invoked without a subcommand, the command lists all storage profiles.
The output table includes the following columns:
| Column | Description |
|---|---|
| Name | Storage profile name |
| Provider | Storage provider (s3, r2) |
| Bucket | Bucket name |
| Region | Storage region |
| Prefix | Object key prefix |
Examples
Section titled “Examples”List all storage profiles:
clonit storage-profileList using the alias:
clonit spSee Also
Section titled “See Also”- storage-profile add – Add a new storage profile
- storage-profile remove – Remove a storage profile