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:
For BDRSuite Backup Agent - msiexec /i BDRSuite_Delegation_Service_x_x_x.msi /qn BACKUPSERVERINFO="Enter Backup Server IP Address/DNS Name" IMAGEBACKUPENABLED="1" INSTALLDRIVER="Yes" REBOOT="Force"For BDRCloud Backup Agent - msiexec /i BDRCloud_Delegation_Service_x_x_x.msi /qn SILENTINSTALL="1" REGISTERTOKENKEY="Enter the registration token you received while downloading the agent" IMAGEBACKUPENABLED="1" INSTALLDRIVER="Yes" REBOOT="Force"
To configure disk image backup and reboot the host later, use:
For BDRSuite Backup Agent - msiexec /i BDRSuite_Delegation_Service_x_x_x.msi /qn BACKUPSERVERINFO="Enter Backup Server IP Address/DNS Name" IMAGEBACKUPENABLED="1" INSTALLDRIVER="Yes"For BDRCloud Backup Agent - msiexec /i BDRCloud_Delegation_Service_x_x_x.msi /qn /norestart SILENTINSTALL="1" REGISTERTOKENKEY="Enter the registration token you received while downloading the agent" IMAGEBACKUPENABLED="1" INSTALLDRIVER="Yes"
To configure only files & folders backup (without disk image backup), use:
For BDRSuite Backup Agent - msiexec /i BDRSuite_Delegation_Service_x_x_x.msi /qn BACKUPSERVERINFO="Enter Backup Server IP Address/DNS Name"For BDRCloud Backup Agent - msiexec /i BDRCloud_Delegation_Service_x_x_x.msi /qn /norestart SILENTINSTALL="1" REGISTERTOKENKEY="Enter the registration token you received while downloading the agent"
The BDRSuite Backup Agent supports silent installations on Linux (Debian and Red Hat). Use the following commands for installation:
For BDRSuite Backup Agent - bash BDRSuite_Delegation_Service_x_x_x_DBN.bin --BACKUPSERVERINFO "{Enter Backup Server IP Address/DNS Name}"For BDRCloud Backup Agent - bash BDRCloud_Delegation_Service_x_x_x_DBN.bin \ --REGISTERTOKENKEY "{Enter the registration token you received while downloading the agent}" \ --SILENTINSTALL
For BDRSuite Backup Agent - bash BDRSuite_Delegation_Service_x_x_x_RH.bin --BACKUPSERVERINFO "{Enter Backup Server IP Address/DNS Name}"For BDRCloud Backup Agent - bash BDRCloud_Delegation_Service_x_x_x_RH.bin \ --REGISTERTOKENKEY "{Enter the registration token you received while downloading the agent}" \ --SILENTINSTALL
To install the BDRSuite Backup Agent on macOS, follow the appropriate command based on your Mac’s architecture:
sudo sh BDRSuite_Delegation_Service_x_x_x_IMac.bin "{Enter Backup Server IP Address/DNS Name}"
sudo sh BDRSuite_Delegation_Service_x_x_x_IMac_arm64.bin "{Enter Backup Server IP Address/DNS Name}"