Skip to content

protect

The protect command ensures important backups are not accidentally removed by delete.

Terminal window
workstate protect [ID_OR_NAME] [OPTIONS]
  • --remove: Remove protection from a backup.
  • --all: Protect all backups in the current project.
Terminal window
# Add protection
workstate protect e4f1
# Remove protection
workstate protect e4f1 --remove