From fefe20351d0720683990b666584b6879c90bd37d Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 16:58:10 +0200 Subject: 1.19 --- Readme.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'Readme.txt') diff --git a/Readme.txt b/Readme.txt index ece7d0f6..821de3ab 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,4 +1,4 @@ -FreeFileSync v1.18 +FreeFileSync v1.19 ------------------ Usage @@ -13,7 +13,7 @@ Key Features 2. No limitations: An arbitrary number of files can be synchronized. 3. Unicode support. 4. Network support. -5. Full support for Windows/Linux symbolic links. +5. Full support for Windows/Linux Symbolic Links and Windows Junction Points. 6. Lean & easily accessible UI: Highly optimized for speed and huge sets of data. 7. Algorithms coded in C++ completely. 8. Progress indicators are updated only every 100ms for optimal performance! @@ -82,6 +82,16 @@ You can: - drag & drop any directory onto the main window to set the directory f - drag & drop *.ffs_batch files onto the main window to display and edit the batch configuration - drag & drop *.ffs_batch files onto the batch dialog to display and edit the batch configuration + +4.) Synchronize two folders but exclude all subfolders from synchronization + +Assuming you plan to synchronize two folders "C:\Source" and "D:\Target", you'll want to setup a filter like this: + + Include: * + Exclude: *\* + +This will exclude all files and folders within the two directories that contain a "\" character. These are exactly the subfolders and -files you want to exclude. + Links ------ -- cgit