robocopy
What's the algorithm behind Robocopy?
I am curious to know what makes Robocopy (Robust File Copy) so fast and robust. Any body knows what is the API/Algo used for Robocopy? Anybody studied Robocopy?[详细]
2023-01-20 15:25 分类:问答Using Robocopy to deploy sites
I want to be able to quickly deploy updates to a site that is fairly busy. For smaller sites I would just FTP the new files over the old ones. This one, h开发者_开发问答owever, has a few large dll\'s[详细]
2023-01-15 14:58 分类:问答Robocopy non administrator
Can I run Robocopy with a non administrator user if I have read/write rights on both source and destination folders? Is there any side effect/limitation?[详细]
2023-01-09 06:35 分类:问答Robocopy to multiple destinations
is it possible and safe to copy from one source to multiple destinations with Robocopy? I mean, something like this in a bat file:[详细]
2023-01-08 05:23 分类:问答How do I detect which program has returned an error code?
I\'m attempting to run a series of commands programmatically, read the erro开发者_高级运维r codes, and detect if these codes indicate success or failure so I can respond accordingly.[详细]
2023-01-05 21:26 分类:问答Robocopy File Transfer Backup using SQL Server
I have a job running robocopy to copy files from the SQL server to a backup drive. The job runs a CmdExec ty开发者_开发知识库pe job to call a batch file that runs robocopy. my issue is although the[详细]
2023-01-04 19:25 分类:问答Vbscript - Creating a script that mirrors several sets of folders
Ok, this is my problem. I\'m doing a logonscript that basically copies Microsoft Word templates from a serverpath on to a local path of each computer. This is done using a check for group membership.[详细]
2022-12-31 09:26 分类:问答Robocopy for Windows 2003 doesn't support /DST option
Does anyone know if it is possible to download the latest robocopy for Windows 2003. The latest version provides the /DST option which ignores time stamps changed due to BST (British Summer Time). Eve[详细]
2022-12-26 09:11 分类:问答Does xcopy pause until copying is complete?
For an C# console app like this is it better to use xcopy or robocopy? Also, Does xcopy pause until copying is complete开发者_StackOverflow中文版?[详细]
2022-12-21 14:49 分类:问答Robocopy error code 6 ''The handle is invalid'
I have written a python script that uses subprocess to call robocopy to sync log files from a remote host.[详细]
2022-12-14 04:34 分类:问答