Hi People,
I'm currently migrating nearly 17 TB of file server content from the old file server storage array into the new virtual file server storage array. Among those amount, there are approximately 8.3 TB are archived by EV FSA.
Can someone olease suggest me what is the best way to combine the FSAutility command line with the robocopy command below, so that the archived file is also extracted / rehydrates back as full files to the new drive ?
robocopy.exe "D:""\\NewFileServer\Data$" *.* /xd "D:\System Volume Information" /mir /copy:DATSOU /r:0 /w:0 /mt:32 /dcopy:DAT /fp /nfl /ndl /np /tee /log:"C:\LOGS\robocopy-status.log"
Because when I do the manual copy only the archived file place holder that gets copied not the full file recalled from the EV server.
Thanks