What is the best method to replicate a large file system volume ?

Андрей Михалевский 2,891 Reputation points
2022-08-15T07:49:19.457+00:00

Hello. I have an 8TB file system.

The file system is on a slow disk. I want to move it to an SSD.

What is the best way to do this ? When I did it with robocopy, it was noticed that some files were lost.

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
907 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,635 questions
Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
643 questions
0 comments No comments
{count} votes

Accepted answer
  1. Gary Reynolds 9,406 Reputation points
    2022-08-15T11:23:59.257+00:00

    Hi,

    The normal reason that robocopy fails to copy a file if it's currently held open by another process. The best approach is close all open sessions and run the robocopy command again to copy the delta.

    Gary.

    0 comments No comments

0 additional answers

Sort by: Most helpful