백업 및 DR 서비스를 사용하면 프로덕션 SMB, NFS, Filestore 파일 시스템에서 데이터를 캡처하고, 최대한 효율적인 방식으로 관리하고, 백업, 테스트 및 개발, 분석, AI와 같은 비즈니스 요구사항에 데이터의 가상 사본을 사용할 수 있습니다.
파일 시스템의 백업 계획을 구성할 때 다음 설정을 통해 필요한 사항을 정확하게 얻을 수 있습니다.
패턴 제외 및 패턴 포함: 특정 파일 형식을 제외하거나 포함할 수 있습니다. '패턴 제외' 또는 '패턴 포함' 옵션을 사용하면 가장 중요한 데이터만 백업됩니다. 파일만 제외되거나 포함되며 디렉터리에는 영향을 미치지 않습니다. 패턴에는 와일드 카드 문자가 포함될 수 있습니다.
Windows에서는 드라이브의 루트 디렉터리에 표시되는 pagefile.sys 및 hiberfil.sys라는 파일이 자동으로 무시됩니다.
시작 경로: 파일 공유에서 백업이 시작되는 지점을 지정합니다. 시작 경로 필드를 비워두면 백업할 파일 시스템의 루트 디렉터리에서 백업이 시작됩니다.
Linux 예: /usr/local가 /usr/local 디렉터리를 백업합니다.
Windows 예: \\SERVERNAME\SHARENAME\abc가 파일 공유의 abc 디렉터리를 백업합니다.
프루닝 경로: 프루닝 경로는 파일 시스템에서 디렉터리 탐색이 중지되는 지점을 지정합니다. 이 필드를 비워 두면 디렉터리 탐색이 백업되는 시작 경로의 모든 하위 디렉터리로 내려갑니다.
Linux 예: /usr/local/lib는 /usr/local/lib 내의 아무것도 복사되지 않도록 하지만 /usr/local의 다른 모든 디렉터리와 파일은 복사됩니다.
Windows 예: \\SERVERNAME\SHARENAME\abc는 \\SERVERNAME\SHARENAME\abc 내의 아무것도 복사되지 않도록 하지만 \\SERVERNAME\SHARENAME의 다른 모든 디렉터리와 파일은 복사됩니다.
서비스 액세스 포인트 IP 주소: 이를 통해 백업/복구 어플라이언스가 클러스터 리소스 IP를 사용하여 백업 및 DR 에이전트에 연결하고 활성 클러스터 노드에서 파일 시스템을 백업할 수 있습니다.
작동 방식 예: Linux CBT를 사용한 백업 및 DR 볼륨 기반 백업
변경된 블록만 비트맵에서 추적되며 쓰기 전 복사나 I/O 집약적인 작업은 없습니다.
다음 단계에서는 볼륨 기반 백업 이미지 및 CBT를 사용하여 데이터 백업 및 복구를 실행하는 방법을 설명합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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)"]]