diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:44:25 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:44:25 +0200 |
commit | c63d9b438572f06f555e2232a15bd3c46bd10546 (patch) | |
tree | 92f2eca00f2a915078ee979acf26906670d75e5f /Readme.txt | |
download | FreeFileSync-c63d9b438572f06f555e2232a15bd3c46bd10546.tar.gz FreeFileSync-c63d9b438572f06f555e2232a15bd3c46bd10546.tar.bz2 FreeFileSync-c63d9b438572f06f555e2232a15bd3c46bd10546.zip |
1.2
Diffstat (limited to 'Readme.txt')
-rw-r--r-- | Readme.txt | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 00000000..c111862c --- /dev/null +++ b/Readme.txt @@ -0,0 +1,55 @@ +FreeFileSync v1.2 +----------------- + +Usage +----- +1. Choose left and right directories and "Compare" them. +2. Select "Synchronize..." to specify settings and begin synchronization. + + +Features +-------- +1. Compare files (bytewise or by date) and synchronize them. +2. No limitations: An unlimited number of files can be synchronized. +3. Subfolders are also synchronized, especially empty folders. +4. Network support. +5. Lean & easy accessible UI: Optimized for speed and large sets of data. +6. Algorithms coded in C/C++ completely. +7. Focus on usability: + - Only necessary functionality on UI: no overloaded menus or icon jungle. + - Select folders via drag & drop. + - Your last configuration and screen settings are loaded on startup and saved on exit. + - Double-click to show file in explorer. + - copy & paste support to export file-lists. + - Progress indicators, status information and error reporting + - Sort file-lists by name, size or date. + - Display statistical data: total filesizes, amount of bytes that will be transfered with the current settings. +8. Easy commandline mode for automated synchronization (can be scheduled or used in Batch jobs). +9. Support for filesizes > 4 GB. +10. Option to move files to Recycle Bin instead of deleting/overwriting them. +11. UTC (coordinated world time) is used when comparing file times avoiding problems with time zones or daylight saving time. +12. Automatically ignore directories "\RECYCLER" and "System Volume Information" when comparing and syncing. +13. Localized German version available. +14. Based on wxWidgets Framework => Portable to many operating systems. +15. Filter functionality to include/exclude files from synchronization +16. Include/exclude specific files from synchronization manually. + + +Links +------ +FreeFileSync on SourceForge: + +http://sourceforge.net/projects/freefilesync/ + + +Contact +------- +For feedback, suggestions or bug-reports you can write an email to: +zhnmju123 [at] gmx [dot] de + +or directly report to: +http://sourceforge.net/projects/freefilesync/ + + +Have fun! +-ZenJu |