--- layout: docs page_title: Manage snapshots description: >- Save and restore data from cluster snapshots. --- > [!IMPORTANT] > **Documentation Update:** Product documentation, which were located in this repository under `/website`, are now located in [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs), colocated with all other product documentation. Contributions to this content should be done in the `web-unified-docs` repo, and not this one. Changes made to `/website` content in this repo will not be reflected on the developer.hashicorp.com website. # Manage snapshots All Vault editions support data backup and restoration with manual snapshots of the cluster state. Vault Enterprise adds support for configurable automated snapshots to local and cloud storage. When you save and securely retain Vault cluster snapshots, you help defend against data corruption or sabotage. You can further support data availability in the event of catastrophic failure by retaining cluster snapshots outside cluster storage or physical datacenters where clusters operate. - [Snapshots with integrated storage](/vault/docs/sysadmin/snapshots/automation-overview) overview Step-by-step instructions: - [Save a snapshot](/vault/docs/sysadmin/snapshots/save) - [Restore a snapshot](/vault/docs/sysadmin/snapshots/restore) - [Recover discrete secrets in a replicated evironment](/vault/docs/sysadmin/snapshots/reocver-a-secret/replicated-cluster) - [Recover discrete secrets in a non-replicated evironment](/vault/docs/sysadmin/snapshots/reocver-a-secret/single-cluster) - [Automate snapshots](/vault/docs/sysadmin/snapshots/recover-a-secret) - [Recover discrete secrets](/vault/docs/sysadmin/snapshots/recover-a-secret) Technical references: - [`vault operator raft snapshot` CLI commands](/vault/docs/commands/operator/raft#snapshot) - [Raft storage API docs](/vault/api-docs/system/storage/raft) Detailed tutorials: - [Vault with integrated storage reference architecture](/vault/tutorials/day-one-raft/raft-reference-architecture) - Learn about architectural and operational best practices for deploying Vault with integraged storage backends in a production environment. - [Configure Vault cluster with integrated storage](/vault/tutorials/raft/raft-storage#automated-snapshots) - Follow a detailed walkthrough for configuring and using automated snapshots.