26 Matching Annotations
  1. Jan 2021
    1. Removes the worker instance from the GCP environment.

      After worker has been removed, VB creates disks at the target project using created snapshots

    2. Detaches the persistent disks with the restored data from the worker instance.

      After detaching, VB creates snapshots from restored disks

    1. In the Edit network settings window, select a VPC network and a subnet to which the restored VM instance must be connected. You can also choose whether you want the restored VM instance to have the same reserved static external IP address and the same network tags as the source VM instance.

      Please, add note about restoring Network Tags - if customer selects checkbox, VB will perform this action

    1. If you want the restored VM instance to have the same labels as the source VM instance, select the Restore labels check box.

      We don't have this option anymore; all labels restored automatically to Instances; Printscreen is old too - there is no such checkbox anymore

    1. This step applies only if you perform restore to the original location

      .. and the original Instance is still presented on the Original location

    2. Attaches the persistent disks with the restored data to the VM instance.

      Creates persistent disks using created snapshots and then attaches the persistent disks with the restored data to the VM instance.

    1. When retrying backup policies, Veeam Backup for GCP processes only those VMs that failed to be backed up during the previous attempt.

      Note: Automatic retries applies only in case of scheduled Policy run, and doesn't work for manual runned Policy

    1. To view the full list of tasks executed during an operation, click the link in the Status column. To view the full list of VM instances processed during an operation, click the link in the Items column.

      I'm not sure, but I think this is not a good way to expose printscreens with internal errors, which were fixed a long time ago :) (I mean error "the input string was not in correct format") for re-creating printscreen, you may use my lab: https://104.199.33.14/ yame Qa123!@#

    1. Copies the snapshot to a new region where the restored VM instance will reside.To encrypt the copied snapshot, Veeam Backup for GCP requires permissions of an IAM role that can access the following CMEKs:CMEKs with which persistent disks of the backed-up VM instance are encryptedA CMEK with which you want to encrypt persistent disks of the restored VM instanceCreates persistent disks from the copied snapshot in the new region.To encrypt the created disks, Veeam Backup for GCP requires permissions of an IAM role that can access the CMEK with which you want to encrypt these disks.To restore the VM instance to another GCP project but the same region, Veeam Backup for GCP performs the following steps:Copies the snapshot to a new project where the restored VM instance will operate.To encrypt the copied snapshot, Veeam Backup for GCP requires permissions of an IAM role that can access CMEKs with which persistent disks of the backed-up VM instance are encrypted.Creates persistent disks from the copied snapshot in the new project.To encrypt the created disks, Veeam Backup for GCP requires permissions of an IAM role that can access the following CMEKs:CMEKs with which persistent disks of the backed-up VM instance are encryptedA CMEK with which you want to encrypt persistent disks of the restored VM instanceTo restore the VM instance to another GCP project and another region, Veeam Backup for GCP performs the following steps:Copies the snapshot to a new region in the original project where the restored VM instance will reside.To encrypt the copied snapshot, Veeam Backup for GCP requires permissions of an IAM role that can access CMEKs with which persistent disks of the backed-up VM instance are encrypted.Copies the snapshot from the new region in the original project to the same region in a new project where the restored VM instance will operate.Creates persistent disks from the copied snapshot in the new project.To encrypt the created disks, Veeam Backup for GCP requires permissions of an IAM role that can access the CMEK with which you want to encrypt these

      For all of these cases - we don't perform snapshots copying, we just create disks using created snapshots.

    2. Copies the snapshots to a new region where the restored VM instance will reside.

      We don't need this step, because snapshots don't copied

    3. region

      project

    4. Creates persistent disks from the image-level backup, and attaches the disks to the worker instance.

      Creates empty persistent disks, attaches them to the worker instance and restore data to them from the image-level backup

    5. another GCP region

      another GCP project

    6. the same GCP region

      the same GCP project

    7. Creates persistent disks from the copied snapshot, and

      Need to be removed, because of changed 2 item changed. At this step disks attaches to the worker

    8. another GCP region

      another GCP project

    9. the same GCP region

      the same GCP project

    1. The selected firewall rule must allow HTTPS traffic to all VM instances

      It is not necessary if customer doesn't want to perform FLR operations, HTTPs rule needs just for them. For performing backup/restore operations, he may choose any rule

    2. The selected VPC network must be peered with the network to which the backup appliance is connected. To learn how to create a peering configuration, see Google Cloud documentation.

      We don't need any peering settings for workers to communicate between Worker Instance and VB Appliance Instance, because they use Pub/Sub messaging mechanism to perform communication. For networks it is just necessary to set up route to make possible IP packets move away from private VPC network. Because of Google dynamically assign IP addresses to their services, Google recommend on this doc (https://cloud.google.com/vpc/docs/configure-private-google-access#config-routing-default) to use such route for the network: destRange must be string "0.0.0.0/0" nextHopGateway must be string "default-internet-gateway"

    1. it must be created using gsutil commands as described in

      Created folder must be placed not on the top of the bucket, but under the /Veeam/Backup path

    2. Choose bucket.

      We need to add note that VB for GCP supports only buckets with Standard type (https://cloud.google.com/storage/docs/storage-classes)

    1. You cannot remove a project that is used by any backup policy.

      Also Repositories and Worker default project may become blocker for Project removing