This article details the steps for downloading and installing the BDRShield 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 BDRShield 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 BDRShield Backup Agent - msiexec /i BDRShield_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 BDRShield Backup Agent - msiexec /i BDRShield_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 BDRShield Backup Agent - msiexec /i BDRShield_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 BDRShield Backup Agent supports silent installations on Linux (Debian and Red Hat). Use the following commands for installation:
For BDRShield Backup Agent - bash BDRShield_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 BDRShield Backup Agent - bash BDRShield_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 BDRShield Backup Agent on macOS, follow the appropriate command based on your Mac’s architecture:
sudo sh BDRShield_Delegation_Service_x_x_x_IMac.bin "{Enter Backup Server IP Address/DNS Name}"
sudo sh BDRShield_Delegation_Service_x_x_x_IMac_arm64.bin "{Enter Backup Server IP Address/DNS Name}"
