1.

Solve : Robocopy /mon & /mot switch help needed?

Answer»

Migrating a file SHARE SERVER and using robocopy to do so. All testing has been successfully so far, however....

I'm trying to implement the /mov /mot switches.

when I include them into my cmd, all that happens is the directory of the source is copied, no files. Robocoby doesn't even re-run the cmd when changes are made to the source or after the "x" amount of time given in the /MOT switch.

Here is the command that copies everything as I would like:

"robocopy /E /CopyAll /R:5 /W:30 /ETA"

The above command works FINE, however the below command with the /mov /mot switch implemented fails to copy any files (only the directory) and does not re-run (monitor changes)

"robocopy /E /CopyAll /MON: 1 /MOT: 1 /R:5 /W:30 /ETA"



Any HELP would be greatly appreciated,

Thanks,

Jock



Discussion

No Comment Found