开发者

Robocopy non administrator

开发者 https://www.devze.com 2023-01-09 06:35 出处:网络
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?

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?

My command would be:

robocopy \\server1\SRC \\server2\DEST
开发者_高级运维

THANKS!


Yes, this will work if you have the permissions. If you want to mirror subfolders then add the /MIR option.

0

精彩评论

暂无评论...
验证码 换一张
取 消