summaryrefslogtreecommitdiff
path: root/FreeFileSync/Build/Help/html/comparison-settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'FreeFileSync/Build/Help/html/comparison-settings.html')
-rw-r--r--FreeFileSync/Build/Help/html/comparison-settings.html38
1 files changed, 29 insertions, 9 deletions
diff --git a/FreeFileSync/Build/Help/html/comparison-settings.html b/FreeFileSync/Build/Help/html/comparison-settings.html
index ee34df26..a67d1e46 100644
--- a/FreeFileSync/Build/Help/html/comparison-settings.html
+++ b/FreeFileSync/Build/Help/html/comparison-settings.html
@@ -45,11 +45,11 @@
<br>
<br>
- <h2>I. Compare by File time and size</h2>
-
- <p>This variant considers two files with the same name as equal when both modification
- time <b>and</b> file size match. The following categories are distinguished:</p>
-
+ <h2>I. Compare by file time and size</h2>
+ <p>
+ This variant considers two files with the same name as equal when both modification
+ time <b>and</b> file size match. The following categories are distinguished:
+ </p>
<ol style="list-style: upper-roman">
<li><b>file exists on one side only</b>
<ul>
@@ -72,15 +72,13 @@
</ol>
</ol>
<br>
-
- <h2>II. Compare by File content</h2>
-
+
+ <h2>II. Compare by file content</h2>
<p>
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 a bitwise comparison can be slow.
</p>
-
<ol style="list-style: upper-roman">
<li><b>file exists on one side only</b>
<ul>
@@ -94,5 +92,27 @@
<li>different content
</ul>
</ol>
+ <br>
+
+ <h2>III. Compare by file size</h2>
+ <p>
+ Two files with the same name are considered equal if they have
+ the same file size.
+ Since it's possible for files with the same size to have different content, this variant should only be used when file modification times are not
+ available or reliable, e.g. in certain MTP and FTP synchronization scenarios.
+ </p>
+ <ol style="list-style: upper-roman">
+ <li><b>file exists on one side only</b>
+ <ul>
+ <li>left only
+ <li>right only
+ </ul>
+
+ <li><b>file exists on both sides</b>
+ <ul>
+ <li>equal
+ <li>different size
+ </ul>
+ </ol>
</body>
</html> \ No newline at end of file
bgstack15