Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloudstic.com/llms.txt

Use this file to discover all available pages before exploring further.

List all named store entries from the profiles file.

Usage

cloudstic store list [options]

Options

-profiles-file
string
Path to the profiles YAML file.

Output

2 stores
- local-backup  uri=local:/mnt/backup/cloudstic
- prod-s3  uri=s3:my-bucket/backups
If no profiles file exists or no stores are defined, the output is empty (exit code 0).

See Also