Git commit c764dca29d617c9dee027b7efbead6fa7cc568de by Toni Asensi Esteve. Committed on 24/08/2024 at 17:22. Pushed by asensi into branch 'master'.
Docs: Take into account a measure to avoid to overwrite a file by an old version of it Revision: https://invent.kde.org/utilities/krusader/-/merge_requests/140 M +5 -0 doc/handbook/synchronizer.docbook https://invent.kde.org/utilities/krusader/-/commit/c764dca29d617c9dee027b7efbead6fa7cc568de diff --git a/doc/handbook/synchronizer.docbook b/doc/handbook/synchronizer.docbook index 4ff6f92f0..9a393452c 100644 --- a/doc/handbook/synchronizer.docbook +++ b/doc/handbook/synchronizer.docbook @@ -278,6 +278,11 @@ <para>Those files considered to be different will be copied to left. Use this feature with care!</para> + <itemizedlist> + <listitem> + <para>Note that there is a measure to avoid data losses: if dates are taken into account (because <guilabel>Ignore Date</guilabel> is disabled), then the default action is <emphasis>not to overwrite a file by an old version of it</emphasis>. The user is still able to overwrite (by right-clicking and selecting <guilabel>Copy from right to left</guilabel>).</para> + </listitem> + </itemizedlist> </listitem> </itemizedlist>This function is useful if the date information is unusable, or to synchronize the left
