BDRCloud - Bulk Installation of Backup Agents using Third Party Tools (Silent Installation)

BDRCloud - Bulk Installation of Backup Agents using Third Party Tools (Silent Installation)

KB ID: 115221
Description:
This article provides instructions for installing the BDRCloud Backup Agent on multiple hosts simultaneously using third-party tools, with a focus on silent installation. The process is outlined for Windows, Linux (Debian and Red Hat), and Mac operating systems.
Windows Installation:
1. Disk Image Backup with Immediate Host Reboot:
Execute the following command:
msiexec /i BDRCloud_Delegation_Service_7_0_1_0.msi /qn INSTALLDRIVER="Yes" REBOOT="Force"
2. Disk Image Backup with Delayed Host Reboot:
Use the following command for configuring disk image backup with the option to reboot the host later:
msiexec /i BDRCloud_Delegation_Service_7_0_1_0.msi /qn INSTALLDRIVER="Yes"
3. Files & Folders Backup:
For configuring only files and folders backup, utilize the command:
msiexec /i BDRCloud_Delegation_Service_7_0_1_0.msi /qn
Linux Installation:
1. Debian Linux:
Execute the command for Debian Linux:
bash BDRCloud_Delegation_Service_7_0_1_0_DBN.bin
2. Red Hat Linux:
Execute the command for Red Hat Linux:
bash BDRCloud_Delegation_Service_7_0_1_0_RH.bin
Mac Installation:
1. Intel Mac:
Execute the command for Intel Mac:
sudo sh BDRCloud_Delegation_Service_7_0_1_0_IMac_x86_64.bin
2. ARM Mac:
Execute the command for ARM Mac:
sudo sh BDRCloud_Delegation_Service_7_0_1_0_IMac_arm64.bin