This article details the steps for downloading and installing the BDRSuite Backup Agent on multiple backup hosts simultaneously using commands via Remote Monitoring and Management (RMM) software or any third-party tool. The installation commands vary based on operating system and the desired backup configuration.
Download the Windows version of the BDRSuite Backup Agent and use the following commands based on your backup type and reboot preference.
To configure disk image backup and initiate a reboot immediately after the Backup Agent installation, use:
msiexec /i BDRSuite_Delegation_Service_7_1_2.msi /qn BACKUPSERVERINFO="Enter Backup Server IP Address/DNS Name" IMAGEBACKUPENABLED="1" INSTALLDRIVER="Yes" REBOOT="Force"
To configure disk image backup and reboot the host later, use:
msiexec /i BDRSuite_Delegation_Service_7_1_2.msi /qn BACKUPSERVERINFO="Enter Backup Server IP Address/DNS Name" IMAGEBACKUPENABLED="1" INSTALLDRIVER="Yes"
To configure only files & folders backup (without disk image backup), use:
msiexec /i BDRSuite_Delegation_Service_7_1_2.msi /qn BACKUPSERVERINFO="Enter Backup Server IP Address/DNS Name"
The BDRSuite Backup Agent supports silent installations on Linux (Debian and Red Hat). Use the following commands for installation:
bash BDRSuite_Delegation_Service_7_1_2_DBN.bin --BACKUPSERVERINFO "{Enter Backup Server IP Address/DNS Name}"
bash BDRSuite_Delegation_Service_7_1_2_RH.bin --BACKUPSERVERINFO "{Enter Backup Server IP Address/DNS Name}"
To install the BDRSuite Backup Agent on macOS, follow the appropriate command based on your Mac’s architecture:
sudo sh BDRSuite_Delegation_Service_7_1_2_IMac.bin "{Enter Backup Server IP Address/DNS Name}"
sudo sh BDRSuite_Delegation_Service_7_1_2_IMac_arm64.bin "{Enter Backup Server IP Address/DNS Name}"