Listing and Exploring Backups
This guide explains how to inspect your backups and view the files stored within them.
Listing Your Backups
To see all available backups along with their details, use the list
command:
securae list
This command provides the following information for each backup:
- Backup name
- Backup ID
- Current storage usage
List Files in a Backup
Once you have identified the Backup ID, use the --backup-id
option to list all files stored within that backup:
securae list --backup-id <BACKUP_ID>
The output will display the following details for each file:
- File name
- Size
- Location
- Uploaded date
This information helps you identify and manage the files stored in your backup.
Learn More
For a complete list of available options and advanced usage, visit the full documentation for the securae list command.