Jnrtech Posted February 27, 2006 Posted February 27, 2006 Just wondering if anyone has seen this problem...This is the situation...there is a process that drops these 200kb-500kb files into this directory through the day.. and i have a robocopy batch file that will robocopy certain files to another server and then I have a move in there to move them to another directory on the server to sort them outbut occassionally I'm finding I have 1 or 2 missing files.. when I go back to the logs that I've set up it Robocopy shows that it's been copied over but it's not there...Can anyone give me some advice on where these files are gonethanks
fizban2 Posted February 27, 2006 Posted February 27, 2006 never found robocopy to miss files, any particular size files it seems to be missing? are they missed at the same time? or just at random
Jnrtech Posted February 28, 2006 Author Posted February 28, 2006 they are missing at random times during the night...I'm not sure if it's becasue robocopy is copying them before they fully transfered into the source directory...
Delprat Posted February 28, 2006 Posted February 28, 2006 they are missing at random times during the night...I'm not sure if it's becasue robocopy is copying them before they fully transfered into the source directory...Did you tried to exclude "temporary" files ? ("/NOCOPY:T" i think)Better solution would be to have only ONE robocopy thread across your network... or even a scheduled batch...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now