Servizio di backup e RE per Filestore e file system
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Il servizio di backup e DR ti consente di acquisire i dati dai file system SMB, NFS e Filestore di produzione, di gestirli nel modo più efficiente possibile e di utilizzare copie virtuali dei dati per i requisiti aziendali come backup, test e sviluppo, analisi e AI.
Quando configuri un piano di backup per un file system, hai a disposizione le seguenti impostazioni per assicurarti di ottenere esattamente ciò di cui hai bisogno:
Pattern esclusi e Pattern inclusi: puoi escludere o includere determinati tipi di file. Se utilizzi l'opzione Escludi pattern o Includi pattern, viene eseguito il backup solo dei dati più importanti. Vengono esclusi o inclusi solo i file,
quindi le directory non sono interessate. Un pattern può includere caratteri jolly.
Su Windows, i file denominati pagefile.sys e hiberfil.sys che compaiono nella directory principale di un'unità vengono ignorati automaticamente.
Percorsi di inizio: specifica il punto della condivisione file in cui inizia il backup. Se il campo Percorso iniziale viene lasciato vuoto, il backup inizia dalla directory principale del file system di cui eseguire il backup.
Esempio di Linux: /usr/local esegue il backup della directory /usr/local.
Esempio di Windows: \\SERVERNAME\SHARENAME\abc esegue il backup della directory abc sulla condivisione file.
Percorsi di potatura: un percorso di potatura specifica un punto nel file system in cui si arrestano le esplorazioni delle directory. Se questo campo viene lasciato vuoto, l'esplorazione della directory avviene in ogni sottodirectory dei percorsi di avvio di cui viene eseguito il backup.
Esempio di Linux: /usr/local/lib garantisce che non venga copiato nulla all'interno di /usr/local/lib, ma che vengano copiate tutte le altre directory e i file in /usr/local.
Esempio di Windows: \\SERVERNAME\SHARENAME\abc garantisce che non venga copiato nulla al suo interno, ma vengono copiate tutte le altre directory e i file al suo interno.\\SERVERNAME\SHARENAME\abc\\SERVERNAME\SHARENAME
Indirizzo IP del punto di accesso al servizio: consente all'appliance di backup/recupero di connettersi all'agente di backup e RE utilizzando l'IP della risorsa del cluster e di eseguire il backup del file system dal nodo del cluster attivo.
Esempio di funzionamento: backup basato su volumi di backup e RE con CBT Linux
Nel bitmap vengono monitorati solo i blocchi modificati, non sono presenti operazioni di copia su scrittura o con un'intensità di I/O elevata.
I passaggi riportati di seguito descrivono la procedura per eseguire il backup e il recupero dei dati con le immagini di backup basate su volume e la CBT:
L'agente di backup e RE dispone del monitoraggio dei blocchi modificati nel file system.
L'agente chiama l'API del sistema operativo per bloccare o mettere in pausa le modifiche ai file.
L'agente crea uno snapshot LVM del file system e sintetizza un bitmap.
Chiamata all'API Agent per sbloccare il file system.
L'agente copia i blocchi modificati nell'appliance di backup/ripristino, che elimina lo snapshot e cataloga il backup.
L'appliance emette uno snapshot interno e sintetizza un backup completo virtuale point-in-time.
Per il recupero dei dati, Backup e RE monta immediatamente un disco di staging riscrivibile
e mette il file system online.
Altra documentazione per Backup e RE per i file system
Questa pagina fa parte di una serie di pagine specifiche per la protezione e il recupero dei file system con il servizio di backup e RE.
Puoi trovare ulteriori informazioni nelle seguenti pagine:
[[["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-04 UTC."],[[["\u003cp\u003eBackup and DR Service facilitates the capture and management of data from SMB, NFS, and Filestore file systems, enabling the use of virtual copies for various business needs.\u003c/p\u003e\n"],["\u003cp\u003eWhen configuring a backup plan, users can employ Exclude Patterns and Include Patterns to specify which file types are backed up, ensuring only crucial data is stored, without impacting directories.\u003c/p\u003e\n"],["\u003cp\u003eStart Paths in the backup configuration determine the directory in the file share where the backup process begins, while leaving the field blank will initiate the backup at the root directory.\u003c/p\u003e\n"],["\u003cp\u003ePrune Paths are utilized to halt directory traversals at specific points in the file system during backup, allowing users to exclude certain subdirectories from being copied.\u003c/p\u003e\n"],["\u003cp\u003eThe backup process utilizes a method where only changed blocks are tracked, avoiding copy-on-writes and I/O-intensive operations, and includes a recovery process where files are restored from a mounted disk.\u003c/p\u003e\n"]]],[],null,["# Backup and DR Service for Filestore and file systems\n\nBackup and DR Service lets you capture data from production SMB, NFS, and\nFilestore file systems, manage it in the most efficient way possible,\nand use virtual copies of the data for business requirements like backup, test\nand development, analytics, and AI.\n\nWhen configuring a backup plan for a file system, you have the following\nsettings to help ensure that you get exactly what you need:\n\n- Exclude Patterns and Include Patterns: You can exclude or include certain\n file types. Using either the Exclude Patterns or Include Patterns option,\n only the most crucial data is backed-up. Only files are excluded or included,\n this does not impact directories. A pattern can include wildcard characters.\n On Windows, files named pagefile.sys and hiberfil.sys that appear in the root\n directory of a drive are automatically ignored.\n\n- Start Paths: Specifies the point in the file share where backup starts. If\n the Start Path field is left blank, backup starts at the root directory of\n the file system to be backed-up.\n\n - Linux example: `/usr/local` backs up the `/usr/local` directory.\n\n - Windows example: `\\\\SERVERNAME\\SHARENAME\\abc` backs up the abc directory on the file share.\n\n- Prune Paths: A prune path specifies a point in the file system where\n directory traversals stop. If this field is left blank, the directory\n traversal descends into every subdirectory of the start paths being backed up.\n\n - Linux example: `/usr/local/lib` ensures that nothing within `/usr/local/lib` is\n copied, but all other directories and files in `/usr/local` are copied.\n\n - Windows example: `\\\\SERVERNAME\\SHARENAME\\abc` ensures that nothing within\n `\\\\SERVERNAME\\SHARENAME\\abc` is copied, but all other directories and files\n in `\\\\SERVERNAME\\SHARENAME` are copied.\n\n- Service access point IP address: This allows the backup/recovery appliance\n to connect to the Backup and DR agent using the cluster resource IP and to\n back up the file system from the active cluster node.\n\nHow it works example: Backup and DR volume-based backup with Linux CBT\n----------------------------------------------------------------------\n\nOnly changed blocks are tracked in the bitmap, there are no copy-on-writes or\nI/O-intensive operations.\n\nThe following steps describe the process for how to perform data backup and\nrecovery with volume-based backup images and CBT:\n\n1. The Backup and DR agent has CBT to track changed blocks in the file system.\n\n2. The agent calls the OS API to freeze or pause file changes.\n\n3. Agent creates a LVM snapshot of the file system and synthesizes a bitmap.\n\n4. Agent API call to unfreeze the file system.\n\n5. Agent copies changed blocks to backup/recovery appliance, which then deletes\n the snapshot and catalogs the backup.\n\n6. The appliance issues an internal snapshot and synthesizes a point-in-time\n virtual full backup.\n\n7. For data recovery, Backup and DR instantly mounts a rewritable staging disk\n and brings the file system online.\n\nWhat's next\n-----------\n\n[Manage hosts and their connected applications](/backup-disaster-recovery/docs/configuration/manage-hosts-and-their-connected-applications)\n\nOther documentation for Backup and DR for file systems\n------------------------------------------------------\n\nThis page is one in a series of pages specific to protecting and recovering\nfilesystems with Backup and DR Service.\nYou can find additional information in the following pages:\n\n- [Backup and DR for file systems](/backup-disaster-recovery/docs/concepts/filesystem-intro)\n- [Manage hosts and their connected applications](/backup-disaster-recovery/docs/configuration/manage-hosts-and-their-connected-applications)\n- [Configure application details and settings to protect file system data](/backup-disaster-recovery/docs/backup/configure-app-settings-for-filesystems)\n- [Apply a backup plan to protect a file system](/backup-disaster-recovery/docs/create-plan/apply-backup-plan-to-filesystem)\n- [Restore a file system to the source](/backup-disaster-recovery/docs/access-data/filesystem-restore)\n- [Mount a file system or file share](/backup-disaster-recovery/docs/access-data/mount-file-system)\n- [Mount and migrate a file system for instant recovery to any target](/backup-disaster-recovery/docs/access-data/filesystem-mount-and-migrate)"]]