From 0887aee8c54d0ed51bb2031431e2bcdafebb4c6e Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:23:19 +0200 Subject: 5.13 --- BUILD/Help/html/Versioning.html | 50 ++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 26 deletions(-) (limited to 'BUILD/Help/html/Versioning.html') diff --git a/BUILD/Help/html/Versioning.html b/BUILD/Help/html/Versioning.html index 8b1eeee5..587c396b 100644 --- a/BUILD/Help/html/Versioning.html +++ b/BUILD/Help/html/Versioning.html @@ -5,7 +5,7 @@ - + @@ -23,29 +23,27 @@

File Versioning

-


-

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

+FreeFileSync therefore has an additional option, Versioning.


1. Keep all versions of old files

In synchronization settings set both deletion handling and naming -convention to "Versioning". FreeFileSync will move -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")

+convention to Versioning. FreeFileSync will move 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"

C:\Revisions\Folder\File.txt @@ -61,24 +59,24 @@ versions were moved to folder "C:\Revisions")

2. Save only most recent version

Set -deletion handling to "Versioning" and naming convention to -"Replace". Deleted files will be moved to the -specified folder without any decoration and will replace already -existing older versions.

+deletion handling to Versioning and naming convention to +Replace. Deleted files will be moved to the specified folder +without any decoration and will replace already existing older +versions.


3. Save versions at certain intervals

With -naming convention "Replace" -it's 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% +naming convention Replace +it's 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 -- cgit