Hi another day, another robocopy job :-)
I just wanted to ask you guys how you keep track on migrations? To stop the log file growing massive I use NFL (no file list), so it should ony log folders - there are many, so I expect to see these appear on the console and logfile, instead it is empty after the initial start information header. =I will not know until the summary section appears when it is done.
robocopy.exe \\sourcedevice\share\\desintationdevice\share *.* /E /V /R:1 /W:1 /MT:128 /ZB /SEC /LOG:C:\ROBO\log.txt /TEE /NFL
Console and log are both empty, not not displaying anything, so relying on doing a file count/SAN stats to make sure its still runing, but this takes a while to check!
I have tried both with CMD and WinRoboCopy - theres no timer, progress or anything, but I know its running.
Any tips - even a small timer woud be good to see, but ideally a live view of the summary section that comes up at the end so I can check how much data has moved?
Is it possible?
Thanks