이 페이지에서는 Google Cloud 콘솔에서 데이터 소스 세부정보를 나열하고 보는 방법을 설명합니다.
백업 보관소의 각 데이터 소스는 특정 리소스를 식별합니다.
데이터 소스는 백업 중이거나 백업 보관소에 백업된 특정 가상 머신 또는 특정 데이터베이스 인스턴스일 수 있습니다.
데이터 소스는 리소스에 적용하는 백업 계획에 따라 백업 및 DR 서비스에 의해 자동으로 생성됩니다.
시작하기 전에
데이터 소스 세부정보를 나열하고 보는 데 필요한 권한을 얻으려면 관리자에게 백업 볼트 프로젝트에 대한 Backup and DR 백업 볼트 뷰어 (roles/backupdr.backupvaultViewer) IAM 역할을 부여해 달라고 요청하세요.
역할 부여에 대한 자세한 내용은 프로젝트, 폴더, 조직에 대한 액세스 관리를 참조하세요.
이 사전 정의된 역할에는 데이터 소스 세부정보를 나열하고 보는 데 필요한 권한이 포함되어 있습니다. 필요한 정확한 권한을 보려면 필수 권한 섹션을 펼치세요.
[[["이해하기 쉬움","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\u003eThis page explains how to list and view details of data sources within the Google Cloud console.\u003c/p\u003e\n"],["\u003cp\u003eData sources, which can be specific virtual machines or database instances, are automatically created in a backup vault based on applied backup plans.\u003c/p\u003e\n"],["\u003cp\u003eTo list and view data source details, you need the \u003ccode\u003eBackup and DR Backup Vault Viewer\u003c/code\u003e IAM role, which includes the \u003ccode\u003ebackupdr.bvdataSources.list\u003c/code\u003e and \u003ccode\u003ebackupdr.bvdataSources.get\u003c/code\u003e permissions.\u003c/p\u003e\n"],["\u003cp\u003eYou can list data sources using the \u003ccode\u003egcloud backup-dr data-sources list\u003c/code\u003e command, specifying the backup vault name, location, and project ID.\u003c/p\u003e\n"],["\u003cp\u003eYou can view the details of a specific data source using the \u003ccode\u003egcloud backup-dr data-sources describe\u003c/code\u003e command, specifying the data source ID along with the backup vault name, location, and project ID.\u003c/p\u003e\n"]]],[],null,["# Manage data sources in the Google Cloud console\n\nThis page describes how to list and view data source details in the Google Cloud console.\n\nEach data source in a backup vault identifies a specific resource.\nA data source can be a specific virtual machine or a specific database instance\nthat is being backed up or has been backed up to the backup vault.\nData sources are automatically created by the Backup and DR Service based on the\nbackup plan you apply to the resource.\n\nBefore you begin\n----------------\n\n\nTo get the permissions that\nyou need to list and view data source details,\n\nask your administrator to grant you the\n\n\n[Backup and DR Backup Vault Viewer](/iam/docs/roles-permissions/backupdr#backupdr.backupvaultViewer) (`roles/backupdr.backupvaultViewer`)\nIAM role on your backup vault project.\n\n\nFor more information about granting roles, see [Manage access to projects, folders, and organizations](/iam/docs/granting-changing-revoking-access).\n\n\nThis predefined role contains\n\nthe permissions required to list and view data source details. To see the exact permissions that are\nrequired, expand the **Required permissions** section:\n\n\n#### Required permissions\n\nThe following permissions are required to list and view data source details:\n\n- ` ``backupdr.bvdataSources.list`` `\n- ` ``backupdr.bvdataSources.get`\n\n\nYou might also be able to get\nthese permissions\nwith [custom roles](/iam/docs/creating-custom-roles) or\nother [predefined roles](/iam/docs/roles-overview#predefined).\n\nList data sources\n-----------------\n\nUse the following instructions to list data sources. \n\n### gcloud\n\n1. List the data sources.\n\n gcloud backup-dr data-sources list \\\n --backup-vault=\u003cvar translate=\"no\"\u003eBACKUPVAULT_NAME\u003c/var\u003e \\\n --location=\u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e \\\n --project=\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e\n\n Replace the following:\n - \u003cvar translate=\"no\"\u003eBACKUPVAULT_NAME\u003c/var\u003e: the name of the backup vault.\n - \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the location of the backup vault.\n - \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the name of the project where the backup vault is created.\n\nView data source details\n------------------------\n\nUse the following instructions to view the data source details. \n\n### gcloud\n\n1. View the data source details.\n\n gcloud backup-dr data-sources describe \u003cvar translate=\"no\"\u003eDATA_SOURCE\u003c/var\u003e \\\n --backup-vault=\u003cvar translate=\"no\"\u003eBACKUPVAULT_NAME\u003c/var\u003e \\\n --location=\u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e \\\n --project=\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e\n\n Replace the following:\n - \u003cvar translate=\"no\"\u003eDATA_SOURCE\u003c/var\u003e: the ID of the data source you want to view details of.\n - \u003cvar translate=\"no\"\u003eBACKUPVAULT_NAME\u003c/var\u003e: the name of the backup vault.\n - \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the location of the backup vault.\n - \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the name of the project where the backup vault is created.\n\nWhat's next\n-----------\n\n- [Manage backups in the Google Cloud console](/backup-disaster-recovery/docs/cloud-console/bv-backup-manage)"]]