Knowledge Base

Backup speed

Problem:

The backup or restore process is visibly slower than network bandwidth.

Solution:

In some cases, users may notice that the actual backed up or restored data transfer speed is considerably slower than their network bandwidth. See the user's manual to learn why.

Another reason backup speed may be low is the storage solution used for your data. Make sure you are following the technical requirements and using an SSD (solid-state drive) to back up your data and an HDD (hard-disc drive) for archiving. The software is constantly processing a large number of files, so using an HDD as your backup storage may limit the backup speed as well.

If you believe that your backup process is too slow, follow the steps below:

  1. If so far you have been running backup jobs for multiple mailboxes, create a test backup job for just one mailbox. Stop other jobs. Run the new job you created for just one mailbox, allow it either to finish or run it for at least an hour so the software can gather enough statistics.
  2. Compress to a .zip file the whole folder (contains log files, jobs statistics, etc.):
    %ProgramData%\CodeTwo Backup
  3. Go to this third party website and start the Internet connection speed test, take a screenshot of the results.
  4. Connect to your Microsoft 365 (Office 365) / target Exchange Server via Powershell and execute the below cmdlet, take a screenshot of the results (this will gather statistics about the mailbox):
    Get-MailboxStatistics -identity <MailboxName> | fl
    Where <MailboxName> is a name of the mailbox you ran the backup job for.
  5. In the case of Exchange Online (Microsoft 365) run also the below cmdlet:
    Get-OrganizationConfig
    Value of the OrganizationId property in the above cmdlet execution results will reveal the Exchange Online server name on which your tenant is hosted.
  6. Let us know where exactly are physically located: the machine on which you are running CodeTwo Backup and the Exchange Server. In the case of Exchange Online (Microsoft 365) you might not know that. Tell us then, what country was chosen during Microsoft 365 tenant configuration and do not forget to attach results from points 5 and 6.
  7. Compress all files (screenshots, log files, settings, etc.) into a single .zip file.
  8. Use our file upload form to send us the files and environment description.

See also:

Was this information useful?