You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/file-sync/file-sync-replace-drive.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,12 @@ robocopy <Server A SourcePath> <Server B Dest.Path> /MT:16 /R:2 /W:1 /COPYALL /M
36
36
Removing user access to your server endpoints will cause downtime. To minimize downtime, perform these steps as quickly as possible.
37
37
1. Remove SMB access to the server endpoints on Server A. Don't delete the server endpoints yet.
38
38
2. On Server A, change the startup type of the Storage Sync Agent Service from Automatic to Disabled, and then put it in the Stopped state.
39
-
3. Run Robocopy again to copy any changes that happened since the last run. From Server A, run: robocopy <SourcePath> <Dest.Path> /MT:16 /R:2 /W:1 /COPYALL /MIR /DCOPY:DAT /XA:O /B /IT /UNILOG:RobocopyLog.txt
40
-
4. Enable SMB access to the server endpoints on Server B.
39
+
3. Run Robocopy again to copy any changes that happened since the last run. From Server A, run:
5. Enable SMB access to the server endpoints on Server B.
41
45
Users should now be able to access the file share from the temporary VM (Server B).
42
46
43
47
## Step 4: Delete old server endpoints and replace drive
@@ -59,7 +63,11 @@ robocopy <Server B SourcePath> <Server A Dest.Path> /MT:16 /R:2 /W:1 /COPYALL /M
59
63
Removing user access to your server endpoints on the temporary VM will cause downtime. To minimize downtime, perform these steps as quickly as possible.
60
64
61
65
1. Remove SMB access to the server endpoints on Server B. Don't delete the server endpoints yet.
62
-
2. Run Robocopy again to copy any changes that happened since the last run. From Server B, run: robocopy <SourcePath> <Dest.Path> /MT:16 /R:2 /W:1 /COPYALL /MIR /DCOPY:DAT /XA:O /B /IT /UNILOG:RobocopyLog.txt
66
+
2. Run Robocopy again to copy any changes that happened since the last run. From Server B, run:
0 commit comments