Update Scripts/Batch/Robocopy.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 10s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 10s
This commit is contained in:
@@ -24,5 +24,5 @@ robocopy "E:\Source" "Z:\Destination" /Z /B /R:5 /W:5 /MT:4 /COPYALL /E
|
|||||||
**This example assumes you are running robocopy from the destination computer**.
|
**This example assumes you are running robocopy from the destination computer**.
|
||||||
**Remember**: You are always **PULLING** data with administrative shares, not pushing it, the source should be the administrative share, and the destination should be local (in this example). There are scenarios where you can move data between two network shares, but its best (and cleaner) to always have a remote/local relationship in the transfer.
|
**Remember**: You are always **PULLING** data with administrative shares, not pushing it, the source should be the administrative share, and the destination should be local (in this example). There are scenarios where you can move data between two network shares, but its best (and cleaner) to always have a remote/local relationship in the transfer.
|
||||||
```powershell
|
```powershell
|
||||||
robocopy "\\SERVER\E$\SOURCE" "E:\DESTINATION" /Z /B /R:5 /W:5 /MT:4 /COPYALL /E
|
robocopy "\\SERVER\E$\SOURCE" "E:\DESTINATION" /Z /B /R:5 /W:5 /MT:4 /COPYALL /E
|
||||||
```
|
```
|
Reference in New Issue
Block a user