From 01eb8253196672c969a39587e90b49321a182428 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:19:14 +0200 Subject: 5.1 --- BUILD/Help/FreeFileSync.hhp | 1 - BUILD/Help/Table of Contents.hhc | 4 - BUILD/Help/html/ComparisonSettings.html | 51 +++---- BUILD/Help/html/ExcludeSubfolder.html | 75 +++++----- BUILD/Help/html/Features.html | 92 ------------ BUILD/Help/html/FreeFileSync.html | 164 +++++++-------------- BUILD/Help/html/RealtimeSync.html | 25 ++-- BUILD/Help/html/RunAsService.html | 30 ++-- BUILD/Help/html/ScheduleBatch.html | 6 +- BUILD/Help/html/VariableDrive.html | 32 ++-- BUILD/Help/img/CompareButton.png | Bin 4856 -> 4878 bytes BUILD/Help/img/MainDialog.png | Bin 76362 -> 75788 bytes .../Help/img/RunAsService_html_13819326743214.png | Bin 0 -> 39341 bytes BUILD/Help/img/SetupBatch.png | Bin 39355 -> 35821 bytes BUILD/Help/img/VolumeName.png | Bin 5553 -> 6095 bytes BUILD/Help/img/menuAdv.png | Bin 2711 -> 0 bytes BUILD/Help/img/menuFile.png | Bin 5574 -> 0 bytes BUILD/Help/img/menuHelp.png | Bin 1823 -> 0 bytes 18 files changed, 160 insertions(+), 320 deletions(-) delete mode 100644 BUILD/Help/html/Features.html create mode 100644 BUILD/Help/img/RunAsService_html_13819326743214.png delete mode 100644 BUILD/Help/img/menuAdv.png delete mode 100644 BUILD/Help/img/menuFile.png delete mode 100644 BUILD/Help/img/menuHelp.png (limited to 'BUILD/Help') diff --git a/BUILD/Help/FreeFileSync.hhp b/BUILD/Help/FreeFileSync.hhp index 9e2bffc1..4f2effed 100644 --- a/BUILD/Help/FreeFileSync.hhp +++ b/BUILD/Help/FreeFileSync.hhp @@ -10,7 +10,6 @@ Title=FreeFileSync - Help [FILES] -html\Features.html html\Links.html html\CompareFileSize.html html\ExcludeSubfolder.html diff --git a/BUILD/Help/Table of Contents.hhc b/BUILD/Help/Table of Contents.hhc index 742ec77f..3dad4ac0 100644 --- a/BUILD/Help/Table of Contents.hhc +++ b/BUILD/Help/Table of Contents.hhc @@ -51,10 +51,6 @@ -
  • - - -
  • diff --git a/BUILD/Help/html/ComparisonSettings.html b/BUILD/Help/html/ComparisonSettings.html index 15fffaaf..7af12727 100644 --- a/BUILD/Help/html/ComparisonSettings.html +++ b/BUILD/Help/html/ComparisonSettings.html @@ -5,7 +5,7 @@ - + @@ -29,9 +29,9 @@ Settings

    I. Compare by "File time and size"

    This -variant evaluates two equally named files as being equal when they -have the same modification time and file size. When the -comparison is started, the following decision tree is processed:

    +variant considers two files with the same name as equal when +modification time and file size match. The following cases are +distinguished:

    1. file exists on one side only

      @@ -63,8 +63,6 @@ comparison is started, the following decision tree is processed:

    -


    -

    This results into the following categories:

      @@ -85,10 +83,10 @@ results into the following categories:

      II. Compare by "File content"

      Two -files which have the same name are marked as equal if and only if -they have the same content. This option is more useful for -consistency checks rather than backup operations for reasons of -speed. The file modification time is not taken into account at all.

      +files with the same name are marked as equal if and only if they have +the same content. This option is more useful for consistency checks +rather than backup operations since it is naturally slower. The file +modification time is not taken into account at all.

      1. file exists on one side only

        @@ -128,23 +126,21 @@ handling


        FreeFileSync -offers three options to configure processing of symbolic links (also +offers three options to configure handling of symbolic links (also called symlinks or soft links):

        1. Exclude: - skips symbolic links while scanning - input directories.
           

          + Skip symbolic links while scanning + directories.
           

        2. Direct: - configures synchronization of the - symbolic link object itself and not its target. symbolic links will - be visible on main grid as a separate entity with corresponding meta - data. Links pointing to directories are not traversed and the link - object is copied directly during synchronization.
           

          + Evaluate the symbolic link object + directly. Symbolic links will be shown as a separate entity on grid. + Links pointing to directories are not traversed and the link object + is copied directly during synchronization.
           

        3. Follow: - dereferences symbolic links, i.e. they are treated like their target - objects. Links pointing to directories are traversed like ordinary - folders and the target of each link is copied during - synchronization.

          + Treat symbolic links like the object they are pointing to. Links + pointing to directories are traversed like ordinary directories and + the target of each link is copied during synchronization.


        @@ -153,15 +149,12 @@ called symlinks or soft links):

        Note:

        • In - Windows the options described above always apply to "Reparse + Windows the symbolic link options apply to "Reparse Points". Reparse - Points are a more general concept including for example symbolic - links, junctions and mount points. The term "symbolic - link" has - been retained nevertheless for harmonization with Linux.

          + Points are a more general concept including symbolic links, + junctions and mount points.

        • Copying - symbolic links requires the application to be started with - administrator rights.

          + symbolic links requires administrator rights.



        diff --git a/BUILD/Help/html/ExcludeSubfolder.html b/BUILD/Help/html/ExcludeSubfolder.html index 49215730..c3261463 100644 --- a/BUILD/Help/html/ExcludeSubfolder.html +++ b/BUILD/Help/html/ExcludeSubfolder.html @@ -5,7 +5,7 @@ - + @@ -24,29 +24,30 @@

        Exclude files

        -

        Excluding -files and directories works by specifying a phrase that is compared -against a file or directory path. Only if the file or directory -matches at least one entry in the include list and none of the -entries in the exclude list it passes filtering. The phrase is also a -file or directory name, but it must be relative to the base -sync-directory and may additionally include wild cards like '*' or -'?'.

        +

        Files +and directories can be excluded from synchronization by specifying +include and exclude filter lists. Only if they match at least one +entry in the include list and none of the entries in the exclude list +they pass filtering. Each list item is a file or directory path +relative to synchronization base directories. Optionally wild cards +like '*' or '?' may be used.


        Example: -Exclude all sub directories

        +Exclude all files and folders located in subdirectories of base +directories

        - Include: *
        Exclude: - *\

        + Exclude: *\*



        -

        This -will exclude all objects within the two directories that end with a -'\' -character, which is interpreted as the end of a directory name.

        -


        +

        Example: +Include only files and folders +located in subdirectories of base directories

        +

        +

        + Include: *\*

        +

        Example: Mirror-sync from C:\Source @@ -61,15 +62,16 @@ character, which is interpreted as the end of a directory name.

        Exclude all *.tmp files - located in subfolder - only:
            Filter: + located in subfolder + only:
            Filter: \sample\subfolder\*.tmp

        Exclude - files (and folders) named thumbs.db - in all sub directories:
            Filter: + files (and folders) named thumbs.db + in + all directories:
            Filter: *\thumbs.db

        Exclude - all files and folders that have test + files and folders that have test as part of their name:
            Filter: *test*

        @@ -83,24 +85,17 @@ character, which is interpreted as the end of a directory name.

        - Note:
        A filter phrase - „\fileOrDir” - matches both a file or a directory named „fileOrDir”. - In most cases there is no need to distinguish between a phrase to be - used for files or directories. In cases where it is clear you want - to process directories only, you can give a hint by adding a - backslash: „\fileOrDir\”. - Now this filter will be matched against directories only.

        -

        -

        -


        -

        -

        -

        - Note:
        In most cases - manually specifying a filter phrase is not necessary! You can - exclude files, directories and even complete lists of both directly - on main grid via context menu.

        + Note:

        +
          +
        • A + filter string is generally compared against both file and directory + names. If you want to consider directories only, you can give a + hint by appending a path separator: "string\".

          +
        • In + most cases manually specifying a filter phrase is not necessary! + You can exclude files, directories and even complete lists of both + directly on main grid via context menu.

          +


        diff --git a/BUILD/Help/html/Features.html b/BUILD/Help/html/Features.html deleted file mode 100644 index 4b404317..00000000 --- a/BUILD/Help/html/Features.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - -

        Key Features

        -
          -
        1. Detection - of moved and renamed files

          -
        2. Copy - locked files using Windows Volume Shadow Copy Service. (Windows - only)

          -
        3. Support - for multiple folder pairs with distinct configuration

          -
        4. Compare - files (bytewise or by date) and synchronize them.

          -
        5. Create - Batch Jobs for automated synchronization with or without GUI.

          -
        6. Optimized - performance, coded in C++ completely.

          -
        7. Native - 32 and 64 bit builds

          -
        8. Transactional - file copy

          -
        9. Synchronization - database for propagation of deleted files and conflict detection

          -
        10. Cross-Platform

          -
        11. Full - support for Windows/Linux Symbolic Links and Windows Junction - Points.

          -
        12. Full - unicode support.

          -
        13. Full - network support.

          -
        14. Built-in - support for very long filenames (more than MAX_PATH = 260 - characters).

          -
        15. Copy - NTFS alternate data streams, compressed and encrypted file - attributes

          -
        16. Lean - & easily accessible UI: only useful functionality, no feature - bloat.

          -
        17. Support - for filesizes larger than 4 GB.

          -
        18. Option - to move files to Recycle Bin instead of deleting/overwriting them.

          -
        19. Ignore - directories "\RECYCLER" and "\System Volume - Information" with default filter. (Windows only)

          -
        20. Delete - before copy: Avoid disc space shortages for large sync-jobs.

          -
        21. Filter - functionality to include/exclude files from synchronization.

          -
        22. Automatically - handle daylight saving time changes on FAT/FAT32 volumes.

          -
        23. Portable - version available (selectable via installer).

          -
        24. Opt-in - for automatic online update.

          -
        25. Localized - versions are available for many languages.

          -
        26. Create - recurring backups with macros %time%, %date% within directory names

          -
        27. Copy - file create/modification times when synchronizing.

          -
        28. Advanced - locking strategy to allow multiple synchronization processes (e.g. - multiple writers, same network share).

          -
        29. Case-sensitive - synchronization of file, directory and symlink names

          -
        -


        -

        - - \ No newline at end of file diff --git a/BUILD/Help/html/FreeFileSync.html b/BUILD/Help/html/FreeFileSync.html index 762445b4..fe9457ad 100644 --- a/BUILD/Help/html/FreeFileSync.html +++ b/BUILD/Help/html/FreeFileSync.html @@ -5,7 +5,7 @@ - + @@ -13,7 +13,6 @@