Snowflake automatically reclusters & backs up data in tables.
After a series of DML operations, reclustering is executed from time to time to balance data across multiple partitions.
On each DML operation, Snowflake also saves incremental data necessary to restore the table to the prior state in Time Travel. The incremental data stays in Time Travel for a designated period of time (default 1 day) before being moved to Fail Safe, where it stays for 7 days.
A transient table data is not moved to Fail Safe. A temporary table data is not moved to Time Travel.
Data in Time Travel can be accessed by the user, while data in Fail Safe can only be recovered by contacting Snowflake directly.
Read more at: