Limiting the total number of simultaneously backed-up virtual machines

In the Scheduling backup option, you can limit the number of simultaneously backed-up virtual machines per protection plan.

When an agent runs multiple plans at the same time, the number of simultaneously backed-up machines adds up. This might affect the backup performance and overload the host and the virtual machine storage. You can avoid such issues by configuring a limitation on the agent level.

To limit the number of simultaneous backups on the agent level

Agent for VMware (Windows)

  1. On the machine with the agent, create a new text document, and then open it in a text editor.
  2. Copy and paste the following lines into the file.

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Acronis\MMS\Configuration\ManagedMachine\SimultaneousBackupsLimits]
    "MaxNumberOfSimultaneousBackups"=dword:00000001
  3. Replace 00000001 with the hexadecimal value of the limit that you want to set.

    For example, 00000001 is 1 and 0000000A is 10.

  4. Save the document as limit.reg.
  5. Run the file as an administrator.
  6. Confirm that you want to edit the Windows registry.
  7. Restart the agent.

    1. In the Start menu, click Run.
    2. Type cmd, and then click OK.
    3. On the command line, run the following commands:
    net stop mms
    net start mms

Agent for Hyper-V

  1. On the machine with the agent, create a new text document, and then open it in a text editor.
  2. Copy and paste the following lines into the file.

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Acronis\MMS\Configuration\ManagedMachine\SimultaneousBackupsLimits]
    "MaxNumberOfSimultaneousBackups"=dword:00000001
  3. Replace 00000001 with the hexadecimal value of the limit that you want to set.

    For example, 00000001 is 1 and 0000000A is 10.

  4. Save the document as limit.reg.
  5. Run the file as an administrator.
  6. Confirm that you want to edit the Windows registry.
  7. Restart the agent.

    1. In the Start menu, click Run.
    2. Type cmd, and then click OK.
    3. On the command line, run the following commands:
    net stop mms
    net start mms

Virtual appliances

This procedure applies to Agent for VMware (Virtual Appliance), Agent for Scale Computing, Agent for Virtuozzo Hybrid Infrastructure, and Agent for oVirt.

  1. In the console of the virtual appliance, press CTRL+SHIFT+F2 to open the command-line interface.

  2. Open the /etc/Acronis/MMS.config file in a text editor.
  3. Locate the following section:

    <key name="SimultaneousBackupsLimits">
        <value name="MaxNumberOfSimultaneousBackups" type="Tdword">"10"</value>
    </key>
  4. Replace 10 with the maximum number of simultaneous backups that you want to set.
  5. Save the file.
  6. Restart the agent by running the reboot command.