Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
I backup consentono di eseguire il ripristino a un momento precedente e
di esportare e analizzare i dati. I backup sono utili per i seguenti scenari:
Ripristino di emergenza: puoi utilizzare i backup nell'ambito di un piano di ripristino di emergenza.
Ripristina i dati in caso di emergenza in un nuovo Memorystore for Redis Cluster o in un altro
cluster Redis. Le pianificazioni dei backup offrono una protezione più solida rispetto alle esportazioni ad hoc.
Migrazione dei dati: esegui la migrazione dei dati tra diversi cluster Memorystore for Redis Cluster.
Consolidare i dati o spostarli in un'altra regione. Puoi ripristinare i backup dalle istanze Memorystore for Redis Cluster o dalle istanze Redis.
Condivisione dei dati: condividi i dati tra diversi team o applicazioni, consentendo la collaborazione, l'analisi dei dati offline e lo scambio di dati.
Conformità: è possibile creare backup periodici dei dati della cache per scopi di conformità.
Backup e raccolte di backup
Un backup è uno snapshot point-in-time dei tuoi dati. I backup sono organizzati in
raccolte di backup. Una raccolta di backup include tutti i backup per una determinata istanza Memorystore for Redis Cluster. L'eliminazione di un'istanza Memorystore for Redis Cluster
non elimina automaticamente la raccolta di backup corrispondente.
Puoi impostare un durata (TTL) per un backup impostando un periodo di conservazione.
Una volta superato il TTL, Memorystore for Redis Cluster elimina automaticamente
il backup.
Per recuperare i dati in un backup, puoi creare una nuova istanza Memorystore for Redis Cluster e inizializzarla con i dati del backup. Al momento,
l'importazione di dati in un'istanza Memorystore for Redis Cluster esistente non è supportata.
Backup automatici e on demand
Puoi avviare i backup in due modi diversi:
Backup automatici (consigliato): puoi configurare una pianificazione di backup per un cluster che
avvia backup periodici.
Backup on demand: puoi avviare un'operazione di backup che inizia immediatamente.
Per scoprire come impostare una pianificazione di backup automatico o avviare un backup, consulta Gestire i backup.
Costi
Ti vengono addebitati i costi di archiviazione per ogni backup in base alle dimensioni del backup.
Per ogni backup è previsto un addebito minimo di 24 ore.
Per ulteriori dettagli, consulta la pagina Prezzi di Memorystore for Redis Cluster.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-08 UTC."],[],[],null,["# Backups overview\n\nBackups give you the ability to restore to a point in the past and\nto export and analyze data. Backups are useful for the following\nscenarios:\n\n- **Disaster recovery**: you can use backups as part of a disaster recovery plan.\n Restore data in case of a disaster into a new Memorystore for Redis Cluster or another\n Redis cluster. Backup schedules give more robust protection than ad hoc exports.\n\n- **Data migration**: migrate data between different Memorystore for Redis Cluster clusters.\n Consolidate data or move it to a different region. You can restore backups from Memorystore for Redis Cluster instances or Redis instances.\n\n | **Note:** Memorystore for Redis Cluster backups cannot be imported into Redis instances, because they include multiple RDB files.\n- **Data sharing**: share data between different teams or applications, enabling collaboration, offline data analytics, and data exchange.\n\n- **Compliance**: periodic backups of cache data can be created for compliance purposes.\n\nBackups and backup collections\n------------------------------\n\nA backup is a point-in-time snapshot of your data. Backups are organized into\nbackup collections. A backup collection includes all backups for a particular\nMemorystore for Redis Cluster instance. Deleting a Memorystore for Redis Cluster instance\ndoes not automatically delete the corresponding backup collection.\n\nYou can set a time to live (TTL) on a backup by setting a retention period.\nOnce the backup exceeds it's TTL, Memorystore for Redis Cluster automatically deletes\nthe backup.\n\nTo recover data in a backup, you can create a new Memorystore for Redis Cluster\ninstance and seed the instance with data from the backup. At this time,\nimporting data into an existing Memorystore for Redis Cluster instance is not supported.\n\nAutomated and on-demand backups\n-------------------------------\n\nYou can initiate backups in two different ways:\n\n- **Automated backups** (Recommended): you can configure a backup schedule for a cluster that\n initiates periodic backups.\n\n- **On-demand backups**: you can initiate a backup operation that begins immediately.\n\nTo learn how to set an automated backup schedule or to initiate a backup\nsee [Manage backups](/memorystore/docs/cluster/manage-backups).\n\nCosts\n-----\n\nYou are charged storage costs for each backup based on the size of the backup.\nThere is a minimum 24-hour charge for each backup.\nFor more details, see [Memorystore for Redis Cluster pricing](/memorystore/docs/cluster/pricing#backups_pricing).\n\nWhat's next\n-----------\n\n- Learn how to [Manage backups](/memorystore/docs/cluster/manage-backups).\n- Learn about [Persistence](/memorystore/docs/cluster/persistence-overview)."]]