From 88a8b528e20013c0aa3cc6bcd9659b0b5ddd9170 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:20:07 +0200 Subject: 5.4 --- BUILD/Help/html/Comparison Settings.html | 165 +++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 BUILD/Help/html/Comparison Settings.html (limited to 'BUILD/Help/html/Comparison Settings.html') diff --git a/BUILD/Help/html/Comparison Settings.html b/BUILD/Help/html/Comparison Settings.html new file mode 100644 index 00000000..55b49830 --- /dev/null +++ b/BUILD/Help/html/Comparison Settings.html @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + +

Comparison +Settings

+

+

I. +Compare by "File time and size"

+

This +variant considers two files with the same name as equal when +modification time and file size match. The following cases are +distinguished:

+
    +
  1. file + exists on one side only

    +
      +
        +
      • left + only

        +
      • right + only

        +
      +
    +
  2. file + exists on both sides

    +
      +
    1. different + date

      +
        +
      • left + newer

        +
      • right + newer

        +
      +
    2. same + date

      +
        +
      • equal

        +
      • conflict + (same date, different size)

        +
      +
    +
+

This +results into the following categories:

+ +


+

+

II. +Compare by "File content"

+

Two +files with 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 since it is naturally slower. The file +modification time is not taken into account at all.

+
    +
  1. file + exists on one side only

    +
      +
        +
      • left + only

        +
      • right + only

        +
      +
    +
  2. file + exists on both sides

    +
      +
        +
      • equal

        +
      • different + content

        +
      +
    +
+

As a +result the files are separated into the following categories:

+ +


+

+

Symbolic link +handling

+


+

+

FreeFileSync +offers three options to configure handling of symbolic links (also +called symlinks or soft links):

+
    +
  1. Exclude: + Skip symbolic links while scanning + directories.
     

    +
  2. Direct: + Evaluate the symbolic link object + directly. Symbolic links will be shown as a separate entity on grid. + Links pointing to directories are not traversed and the link object + is copied directly during synchronization.
     

    +
  3. Follow: + Treat symbolic links like the object they are pointing to. Links + pointing to directories are traversed like ordinary directories and + the target of each link is copied during synchronization.

    +
+


+

+

+

+

+

+


+

+ + \ No newline at end of file -- cgit