Robocopy non administrator -


Can I play Robo with a non administrator user if I have the right to read / write both on the source and destination folders ? Is there any side effect / limit?

My order will be:

  Robocopy \\ server1 \ SRC \\ server2 \ DEST  

Thank you!

Yes, it will work on permissions by you. If you want to mirror the subfolder, add the / MIR option.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -