From 0887aee8c54d0ed51bb2031431e2bcdafebb4c6e Mon Sep 17 00:00:00 2001
From: Daniel Wilhelm 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".File
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