Quick robocopy cmd check

Associate
Joined
28 Oct 2002
Posts
1,819
Location
SE London
Just checking that this looks all fine as it's been a while since I used robocopy as I switched up to using Quest in my last job,

start /min robocopy \\srcsvr\data1 f:\data1 /zb /tee /copyall /r:10 /w:3 /e /mir /rh:1900-0700 /log+:f:\data1.log

I'm assuming this will do, mirror the source to f:\data1 copying all security, running from 7pm-7am, any additions to this?

TIA
 
Just checking that this looks all fine as it's been a while since I used robocopy as I switched up to using Quest in my last job,

start /min robocopy \\srcsvr\data1 f:\data1 /zb /tee /copyall /r:10 /w:3 /e /mir /rh:1900-0700 /log+:f:\data1.log

I'm assuming this will do, mirror the source to f:\data1 copying all security, running from 7pm-7am, any additions to this?

TIA

If unsure, create a small test directory and Test Test Test!
 
Back
Top Bottom