SHOW SNAPSHOT
Explain:
Each column has the following meanings: Snapshot: The name of the backup Timestamp: Time version for backup Status: If the backup is normal, the OK will be displayed, otherwise the error message will be displayed.
‘35;’35; example
Check the existing backups in warehouse example_repo: SHOW SNAPSHOT ON example_repo;
Check the backup named backup1 in the warehouse example_repo for details of the time version “2018-05-05-15-34-26”: SHOW SNAPSHOT ON example_repo WHERE SNAPSHOT = “backup1” AND TIMESTAMP = “2018-05-05-15-34-26”;
keyword
SHOW, SNAPSHOT