Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Robocopy to multiple destinations

Tags:

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!

like image 682
andrew0007 Avatar asked Dec 29 '22 09:12

andrew0007


1 Answers

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

like image 151
SAL Avatar answered Mar 12 '23 01:03

SAL