From fe9eb89ebc1b3c33cbac00a3fa095a14faef9113 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:28:01 +0200 Subject: 5.22 --- BUILD/Help/html/Versioning.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'BUILD/Help/html/Versioning.html') diff --git a/BUILD/Help/html/Versioning.html b/BUILD/Help/html/Versioning.html index e61ec43f..9b81b731 100644 --- a/BUILD/Help/html/Versioning.html +++ b/BUILD/Help/html/Versioning.html @@ -20,12 +20,11 @@ -

File -versioning

+

File Versioning

When you need to preserve files that have been deleted or overwritten it's -often sufficient to select Recycle Bin in synchronization -settings. However this is only available on local drives and offers +often sufficient to select Recycle bin in synchronization +settings. However this is only available for local drives and offers little control on how to store and how long to keep the files. FreeFileSync therefore has an additional option, Versioning.


@@ -39,11 +38,10 @@ deleted files into the provided folder and add a time stamp to each file name. The structure of the synchronized folders is preserved so that old versions of a file can be conveniently accessed via a file browser.

-

Example: -A -file "Folder\File.txt" -was updated three times and old versions were moved to folder -"C:\Revisions"

+

Example: +A file Folder\File.txt was updated three times and old versions were moved to folder C:\Revisions + +

C:\Revisions\Folder\File.txt 2012-12-12 @@ -56,7 +54,7 @@ was updated three times and old versions were moved to folder


2. -Save only most recent version

+Save only the most recent version

Set deletion handling to Versioning and naming convention to Replace. Deleted files will be moved to the specified folder @@ -68,14 +66,16 @@ versions.

Save versions at certain intervals

With naming convention Replace -it's possible to refine the +it is possible to refine the granularity of versions to keep by adding macros to the versioning folder path. For example you can save deleted files on a per sync session basis by adding the %timestamp% macro:

-

Example: -Using -the dynamically generated folder name "C:\Revisions\%timestamp%"

+ +

Example: +Using the dynamically generated folder name C:\Revisions\%timestamp% +

+

C:\Revisions\2012-12-12 111111\Folder\File.txt
C:\Revisions\
2012-12-12 -- cgit