Link to home
Start Free TrialLog in
Avatar of Agrippa
AgrippaFlag for Netherlands

asked on

I have a RoboCopy problem: not all files get copied, but why?

Hi all,

I have a RoboCopy problem: not all files get copied, but why?

this is what I see when te program ends:
User generated image
These are the settings that I apply:
User generated image
As you can see I am missing 1,1GB and the compare tells me it is 96,7% the same.

Anyone any ideas?
SOLUTION
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Agrippa

ASKER

Hi Shaun,

yes, because during the first copy the destination drive had ran out of space. So I cleaned up space and ran the script again. I already tested if RoboCopy does not overwrite everything, which it does not. It skipps files already there, so in fact it makes a compare. You can see that in my screenshot, it tells me upfront: 96,7% the same, but why not copy the last 3,3%?
What is the resulting Robocopy command?
Avatar of Agrippa

ASKER

@echo off
mode con lines=11 cols=115
title=RoboCop RoboCopy - Job: 0 : Robocopy "U:\9Advies-Cloud-Iedereen\Projecten\1. Archief (09.2009.00)" "D:\9\Agrippa Synced\Negen - Cloud - Iedereen\Projecten\1. Archief (09.2009.00)" /E /J /R:10 /W:5 /V /ETA
color 0A
pushd "%~dp0"
cls
REM ************ Built by RoboCopRoboCopy.exe - Turnssoft.com **********
Robocopy "U:\9Advies-Cloud-Iedereen\Projecten\1. Archief (09.2009.00)" "D:\9\Agrippa Synced\Negen - Cloud - Iedereen\Projecten\1. Archief (09.2009.00)" /E /J /R:10 /W:5 /V /ETA
popd
set /p nulx=------------------------------------------------------------------------------
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Agrippa

ASKER

Hello,

please see the log, I nowhere see the missing 1,1GB
log-robo.txt
Avatar of Agrippa

ASKER

I notice that these files do not get copied:

User generated image
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Agrippa

ASKER

Thank you all, learned a thing or two on RoboCopy, still: no idea why those files do not get copied, however: I decided that I do not need them anymore.

I also found out that 1GB was not copied since in one folder there we're several files with exactly the same file name (how is that possible) and after renaming them they did get copied, leaving 100MB of "lost" files.