Skip to content

inspect

The inspect command allows you to look “inside” a backup to see its contents, creator, and system info.

Terminal window
workstate inspect [ID_OR_NAME] [OPTIONS]
  • --files: List only the file tree contained in the backup.
  • --meta: Show only system metadata (author, version, date).
Terminal window
# Full inspection
workstate inspect e4f1
# List files only
workstate inspect e4f1 --files