diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:58:10 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:58:10 +0200 |
commit | fefe20351d0720683990b666584b6879c90bd37d (patch) | |
tree | 8ab90520ae2123ac84293b0f9cec006317e5fc01 /Readme.txt | |
parent | 1.18 (diff) | |
download | FreeFileSync-fefe20351d0720683990b666584b6879c90bd37d.tar.gz FreeFileSync-fefe20351d0720683990b666584b6879c90bd37d.tar.bz2 FreeFileSync-fefe20351d0720683990b666584b6879c90bd37d.zip |
1.19
Diffstat (limited to 'Readme.txt')
-rw-r--r-- | Readme.txt | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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 ------ |