Replicate fileshare with huge file count

Amol Shelar 421 Reputation points
2023-05-30T12:20:03.7+00:00

Hello,

I have a file share containing ~25 Cr files stored in single folder. The drive size is 9 TB & the average size of files is 15KB. I want to replicate the drive to DR side. But as the file count is huge its taking very long time to compare & copy the data. Also, most of time the process is getting stuck.

I tried normal copy, robocopy, free file sync, ftp. All the solutions are taking very high time. Can anyone suggest me any good solution to accomplish the task?

Regards,

Amol Shelar

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,992 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,563 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Karlie Weng 15,916 Reputation points Microsoft Vendor
    2023-12-27T02:36:26.85+00:00

    Hello,

    Perhaps you could use multi-threaded feature with Robocopy, it allows you to copy multiple files concurrently.

    Here's the detailed steps:

    How to use Robocopy multi-threaded feature to speed up file copy on Windows 10

    0 comments No comments

  2. Amol Shelar 421 Reputation points
    2024-06-20T14:15:51.49+00:00

    Hello @Karlie Weng

    Yes. The MT parameter was already tried but was not fruitful. Rather than using robocopy, I am looking for any GUI based tool which can make the task easy.

    Regards,

    Amol Shelar

    0 comments No comments