English 中文(简体)
Robocopy to multiple destinations
原标题:
  • 时间:2010-07-22 17:34:28
  •  标签:
  • robocopy

is it possible and safe to copy from one source to multiple destinations with Robocopy?

I mean, something like this in a bat file:

ROBOCOPY source dest_1
ROBOCOPY source dest_2

Is there any side effect?

Thanks!

最佳回答

Yup, go right ahead. This is exactly the sort of thing robocopy is good at.

问题回答

This might be of help: http://robomojo.codeplex.com

It s a free and open source shell for Robocopy. It lets you set up "tasks" (i.e: a single Robocopy command) and combine them into "Jobs" (multiple tasks) which run in sequence.

Note that this will not work if you are using the /mon option.





相关问题
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: ROBOCOPY source dest_1 ROBOCOPY source dest_2 Is there any side ...

How do I detect which program has returned an error code?

I m attempting to run a series of commands programmatically, read the error codes, and detect if these codes indicate success or failure so I can respond accordingly. Currently my commands are using ...

Robocopy filter not working?

Hi I m trying to use robocopy to copy a single file from my computer to another computer over the network. The file I m going to copy is named setup.exe and the directory it rests in also has a ...

Database Backup Robocopy

I have job that runs every 15 minutes that uses robocopy to copy a backup of the tranaction logs to a different server. This job is failing USER has full access rights to both home folder and the ...

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). ...

robocopy command

Iam using robocopy s /MIR command to copy the source files from MKS sandbox to SVN working copy and then iam committing to svn repository.this process is needed becasue we are in the process of ...

热门标签