D
Dennis Halver
The problem of many so called "synchronization" tools is that they simply backup a
directory tree from one source to a target. Almost all of them do NOT detect changes
in upper/lower case of file or folder names.
So assume I have two absolute equal directory trees beginning with
D:\myprojects\*
and
W:\backup\myprojects\v2009\*
Now I change some chars in a folder name in the source from lower to upper case
resp. vice versa e.g.
D:\myprojects\l1b\versionAA12\*
to
D:\myprojects\lib\Versionaa12\*
This change is NOT detected by standard sync/backup programs. The folder name in the target dir
remains untouched.
Is there a tool which allows the detection of upper/lower case changes/differences?
Does e.g. Robocopy detect them (with a special option) ?
Dennis
directory tree from one source to a target. Almost all of them do NOT detect changes
in upper/lower case of file or folder names.
So assume I have two absolute equal directory trees beginning with
D:\myprojects\*
and
W:\backup\myprojects\v2009\*
Now I change some chars in a folder name in the source from lower to upper case
resp. vice versa e.g.
D:\myprojects\l1b\versionAA12\*
to
D:\myprojects\lib\Versionaa12\*
This change is NOT detected by standard sync/backup programs. The folder name in the target dir
remains untouched.
Is there a tool which allows the detection of upper/lower case changes/differences?
Does e.g. Robocopy detect them (with a special option) ?
Dennis