Dav*_*ras 31
我使用以下格式并且运行良好.
robocopy \\SourceServer\Path \\TargetServer\Path filename.txt
Run Code Online (Sandbox Code Playgroud)
复制一切,你可以替换filename.txt使用*.*,并有大量其他交换机的复制子等...在这里看到:http://ss64.com/nt/robocopy.html
您应该能够将 Windows“UNC”路径与 robocopy 一起使用。例如:
robocopy \\myServer\myFolder\myFile.txt \\myOtherServer\myOtherFolder
Run Code Online (Sandbox Code Playgroud)
Robocopy 能够自动从某些类型的网络故障中恢复。