This variant evaluates two equally named files as being equal when they have the same modification time and file size. When the comparison is started, the following decision tree is processed:
file exists on one side only
left only
right only
file exists on both sides
different date
left newer
right newer
same date
equal
conflict (same date, different size)
This results into the following categories:
left only
right only
left newer
right newer
equal
conflict (same date, different size)
Two files which have the same name are marked as equal if and only if they have the same content. This option is more useful for consistency checks rather than backup operations for reasons of speed. The file modification time is not taken into account at all.
file exists on one side only
left only
right only
file exists on both sides
equal
different content
As a result the files are separated into the following categories:
left only
right only
equal
different content
FreeFileSync offers three options to configure processing of symbolic links (also called symlinks or soft links):
Ignore:
excludes symbolic links while
scanning input directories.
Direct:
configures synchronization of the
symbolic link object itself and not its target. symbolic links will
be visible on main grid as a separate entity with corresponding meta
data. Links pointing to directories are not traversed and the link
object is copied directly during synchronization.
Follow: dereferences symbolic links, i.e. they are treated like their target objects. Links pointing to directories are traversed like ordinary folders and the target of each link is copied during synchronization.
Note: In
Windows the options described above always apply to "Reparse
Points". Reparse
Points are a more general concept including for example symbolic
links, junctions and mount points. The term "symbolic
link" has
been retained nevertheless for harmonization with Linux. Copying
symbolic links requires the application to be started with
administrator rights.