Skip to content

Commit f72734f

Browse files
authored
Update file-sync-replace-server.md
1 parent 65ceadb commit f72734f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article provides guidance on how to replace an Azure File Sync server due t
2020
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.
2121

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

0 commit comments

Comments
 (0)