securae_list
securae list
List backups or files in a backup
Synopsis
List backups or files into a backup using its ID (UUID format).
securae list [flags]
Examples
# list all the backups
securae list
# list files into a backup
securae list --backup-id=abcd1234-ab12-ab12-ab12-abcdef123456
# list files using an environment variable
export SECURAE_BACKUP_ID=abcd1234-ab12-ab12-ab12-abcdef123456
securae list
Options
-b, --backup-id UUID A backup ID (UUID format) where your files will be stored. It can also be specified using the environment variable SECURAE_BACKUP_ID.
-h, --help help for list
Options inherited from parent commands
--config string config file (default is $HOME/.config/securae.yaml)
SEE ALSO
- securae - Securae Backup CLI