Skip to content

Commit c19a95c

Browse files
authored
Update file-sync-replace-server.md
Updated robocopy command
1 parent 8b94469 commit c19a95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/file-sync/file-sync-replace-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to replace an Azure File Sync server due to hardware decommissi
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 02/27/2024
7+
ms.date: 02/28/2024
88
ms.author: kendownie
99
---
1010

@@ -19,7 +19,7 @@ This article provides guidance on how to replace an Azure File Sync server due t
1919
4. Optional: To reduce the amount of data that needs to be downloaded to the new server from the Azure file share, use Robocopy to copy the files in the cache from the old server to the new server.
2020

2121
```console
22-
Robocopy <source> <destination> /COPY:DATSO /MIR /DCOPY:AT /XA:O /B /IT /UNILOG:RobocopyLog.txt
22+
Robocopy <source> <destination> /MT:16 /R:2 /W:1 /COPY:DATSO /MIR /DCOPY:DAT /XA:O /B /IT /UNILOG:RobocopyLog.txt
2323
```
2424
Once the initial copy is completed, run the Robocopy command again to copy any remaining changes.
2525

0 commit comments

Comments
 (0)