Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Esta página descreve como criar manualmente um backup para cargas de trabalho de VM no Google Distributed Cloud (GDC) isolado por air-gap.
Quando um plano de backup é criado, os backups são criados automaticamente de acordo com a programação definida no plano. Também é possível criar backups de VM manualmente a qualquer momento, mesmo que esteja fora da programação definida.
Antes de começar
Para criar backups manuais de VMs, você precisa ter o seguinte:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-09-04 UTC."],[[["\u003cp\u003eThis guide explains how to manually create backups for virtual machine (VM) workloads in Google Distributed Cloud (GDC) air-gapped environments.\u003c/p\u003e\n"],["\u003cp\u003eWhile backups are automatically created according to a defined schedule, manual backups can be initiated at any time, regardless of the schedule.\u003c/p\u003e\n"],["\u003cp\u003eTo create a manual VM backup, an existing VM backup plan and the necessary identity and access roles are required.\u003c/p\u003e\n"],["\u003cp\u003eManual VM backups are created using the \u003ccode\u003eVirtualMachineBackupRequest\u003c/code\u003e resource via the API, specifying the backup request name, project name, VM backup plan, and VM backup name.\u003c/p\u003e\n"]]],[],null,["# Create a manual backup\n\nThis page describes how to manually create a backup for VM workloads in Google Distributed Cloud (GDC) air-gapped.\n\nWhen a backup plan is created, backups are automatically created according to the schdeule defined on the backup plan. You can also manually create a VM backups at any time time, even if it is outside of the schedule you define.\n\nBefore you begin\n----------------\n\nTo create manual VM backups, you must have the following:\n\n- An existing VM backup plan. For more information, see [Create a backup plan](/distributed-cloud/hosted/docs/latest/gdch/platform-application/pa-ao-operations/vm-backup/scope-schedule/create-scoped-backup-plan#create-vm-backup-plan-scope).\n- The necessary identity and access role. For more information, see [Prepare roles and permissions](/distributed-cloud/hosted/docs/latest/gdch/platform-application/pa-ao-operations/vm-backup/scope-schedule/vm-scope-overview#prepare-roles-permissions).\n\nCreate a manual VM backup\n-------------------------\n\nCreate a `VirtualMachineBackupRequest` resource using the API: \n\n apiVersion: virtualmachine.gdc.goog/v1\n kind: VirtualMachineBackupRequest\n metadata:\n name: \u003cvar translate=\"no\"\u003e\u003cspan class=\"devsite-syntax-l devsite-syntax-l-Scalar devsite-syntax-l-Scalar-Plain\"\u003eBACKUP_REQUEST_NAME\u003c/span\u003e\u003c/var\u003e\n namespace: \u003cvar translate=\"no\"\u003e\u003cspan class=\"devsite-syntax-l devsite-syntax-l-Scalar devsite-syntax-l-Scalar-Plain\"\u003ePROJECT_NAME\u003c/span\u003e\u003c/var\u003e\n spec:\n virtualMachineBackupPlan: \u003cvar translate=\"no\"\u003e\u003cspan class=\"devsite-syntax-l devsite-syntax-l-Scalar devsite-syntax-l-Scalar-Plain\"\u003eVM_BACKUP_PLAN\u003c/span\u003e\u003c/var\u003e\n virtualMachineBackupName: \u003cvar translate=\"no\"\u003e\u003cspan class=\"devsite-syntax-l devsite-syntax-l-Scalar devsite-syntax-l-Scalar-Plain\"\u003eVM_BACKUP_NAME\u003c/span\u003e\u003c/var\u003e\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eBACKUP_REQUEST_NAME\u003c/var\u003e: the name to give the backup request that is being initiated.\n- \u003cvar translate=\"no\"\u003ePROJECT_NAME\u003c/var\u003e: the name of the GDC project.\n- \u003cvar translate=\"no\"\u003eVM_BACKUP_PLAN\u003cvar translate=\"no\"\u003e\u003c/var\u003e\u003c/var\u003e: the name of the `VirtualMachineBackupPlan` resource to use for configuration of the backup.\n- \u003cvar translate=\"no\"\u003eVM_BACKUP_NAME\u003cvar translate=\"no\"\u003e\u003c/var\u003e\u003c/var\u003e: the name of the backup to create.\n\nWhat's next\n-----------\n\n- [Create a restore](/distributed-cloud/hosted/docs/latest/gdch/platform-application/pa-ao-operations/vm-backup/scope-schedule/create-restore-scoped)"]]