Configuring Google Drive as a Backup Storage Repository in BDRSuite

Configuring Google Drive as a Backup Storage Repository in BDRSuite

Introduction
This article outlines step-by-step instructions on how to utilize Google Drive as a backup repository within BDRSuite.
Prerequisites
Before proceeding with the backup configuration, ensure the following prerequisites are met:
1. Install Google Drive for desktop on a local Windows machine.
2. Enable 'Allow Google Drive for desktop in your organization' via the Google Admin console.
3. Ensure sufficient storage space on the Windows machine where Google Drive for desktop is installed.
4. Maintain a stable internet connection for syncing backup data to Google Drive.
Note: It's recommended to configure only files/folders backup when using Google Drive as a backup repository in BDRSuite. For advanced features, such as Instant Boot VM or Restore to Azure, consider configuring image-level backups to block storage repositories.
Method 1: Configure Google Drive as a Shared Volume
1. Share Google Drive Folder:
  1. Select a Folder where you want to store the backup data. The folder can be an existing folder inside the ‘My Drive’ folder of your Google Drive (or) you can create a new folder inside the ‘My Drive’ folder of your Google Drive (or) you can directly use the ‘My Drive’ folder to store the backup data
  2. Right-click on the selected folder and click on the Properties option. Then, click the Sharing tab in the dialog box and click on the ‘Share…’ button
  3. Copy the network path after sharing the Google Drive folder
2. Add Shared Folder as Network Drive in BDRSuite:
  1. Login to the BDRSuite Server (Backup Server/Offsite DR Server). Navigate to the Backup Server Tile -> Block Storage Repository menu
  2. On the Backup Repository Configuration – Block Storage page, click on the option 'Create New Block Storage Reporsitory'
  3. On the 'Create New Block Storage Repository' Dialog box, click on the option 'Add Network Drive'.
  4. On the Add Network Drive dialog box, enter the following details and save the Google Drive folder to the BDRSuite Folder.
  1. Drive Path – Enter the network path you copied after sharing the Google Drive Folder
  2. Display Drive Name – Provide a Drive letter to identify the drive on BDRSuite Server
  3. Username & Password - (Optional)
  1. Now, the added folder needs to be created as the repository. Click on the option ‘Create New Block Storage Repository. The Google Drive folder volume will be listed with other local storage volumes. You can choose the Google Drive Folder volume and provide a name for the repository and click ‘Create’
  2. Google Drive is now successfully added as a Backup Repository in the BDRSuite. You can now select the created repository to store the backup data during backup configuration..
Note: Refer BDRSuite Documentation to know more about the adding shared folder as a Network Drive in BDRSuite.
Method 2: Configure Google Drive as a Local Volume
1. Create Configuration File:
  1. Navigate to the BDRSuite Server installation location and open the conf folder.
Conf folder location: <Installation_Location>/conf/
Example: C:\Program Files\Vembu\VembuBDR\conf
  1. Create a new file named 'StoragePathConfiguration.conf' inside the conf folder.
  2. Open the 'StoragePathConfiguration.conf' file using a text editor.
  3. Copy and paste the following XML structure:
     <VembuBDR>
       <Storage Path="Your storage path"/>
     </VembuBDR>
                  Example
       <VembuBDR>
           <Storage Path=”G:/My Drive/BDRSuiteRepository”/>
        </VembuBDR>
  1. Replace "Your storage path" with the desired Google Drive folder path.
2. Select Google Drive Folder as Local Volume:
  1. Once the file – ‘StoragePathConfiguration.conf’ is saved with the Google Drive path & folder details, the Google Drive folder will be listed as the local volume on the Create new Block Repository dialog box under Backup Server Tile -> Block Repository menu
  2. Choose the Google Drive Folder volume and provide a name for the repository and click ‘Create’
  3. Google Drive is now successfully added as a Backup Repository in the BDRSuite. You can now select the created repository to store the backup data during backup configuration
Conclusion
By following the above steps, you can successfully configure Google Drive as a backup repository in BDRSuite. For more information on backup configuration, refer to BDRSuite documentation. If you still have queries, please contact Vembu Support 


    • Related Articles

    • Configuring Immutable Storage with Object Storage Repository

      KB ID: 190027 Objective: This KB article provides step-by-step guidance on configuring an Object Storage Repository as Immutable Storage in Amazon S3 and S3-compatible clouds. This involves enabling Object Locking and implementing the required IAM ...
    • Inaccessible Storage Volume for Repository in BDRSuite

      KB ID: 102115 Issue: 'The repository with Repository ID [X] located at Volume Path [X:/sgstorage/storage/Repo_X] is not accessible'. This issue may occur due to various reasons: 1. The storage volume, whether it's a network drive or an ISCSI Virtual ...
    • Steps to migrate backup storage from one drive to another

      KB ID: 115906 Purpose: This document serves as a guide for users undertaking the migration of BDRSuite storage volumes between drives with different drive letters. Storage Migration Steps: Step 1: Stop BDRSuite Service From the SGTray application ...
    • Backup aborted

      KB ID: 101005 Product: BDRSuite Backup Server Cause This will occur due to the following reasons: Backup configuration stored in the server and client is incompatible. When the Backup storage location is inaccessible to the backup server. If you ...
    • Configuring Object Storage Repository as Immutable Storage

      KB ID: 190026 Overview: Configuring an Object Storage Repository as Immutable Storage requires specific permissions to be granted. This article delineates the essential permissions and presents the JSON format of an IAM user policy necessary for ...