Running Robocopy with Data Depuplication

0

What are the Robocopy commands that should not be used on a file system with data deduplication enabled? Per the FSx for Windows File Servers user guide:

"Warning It is not recommended to run certain Robocopy commands with data deduplication because these commands can impact the data integrity of the Chunk Store. For more information, see the Microsoft Data Deduplication interoperability documentation."

Thanks!

질문됨 23일 전30회 조회
1개 답변
0

Hello, Per linked article https://learn.microsoft.com/en-us/windows-server/storage/data-deduplication/interop Robocopy

Running Robocopy with Data Deduplication is not recommended because certain Robocopy commands can corrupt the Chunk Store. The Chunk Store is stored in the System Volume Information folder for a volume. If the folder is deleted, the optimized files (reparse points) that are copied from the source volume become corrupted because the data chunks are not copied to the destination volume.

It seemed that use of an exclusion filter of /System Volume Information or /$RECYCLE.BIN|/System Volume Information would help to avoid robocopy issue.

AWS
답변함 16일 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠