From fbe76102e941b9f1edaf236788e42678f05fdf9a Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:08:06 +0200 Subject: 3.9 --- BUILD/Help/html/Features.html | 8 ++- BUILD/Help/html/Unbenannt 1.odf | Bin 0 -> 4975 bytes BUILD/Help/html/advanced/Batch Scripting.html | 14 +++-- BUILD/Help/html/advanced/DragDrop.html | 8 ++- BUILD/Help/html/advanced/ExcludeSubfolder.html | 80 +++++++++++++++++++++---- BUILD/Help/html/advanced/TimeStamped.html | 29 +++++++-- 6 files changed, 114 insertions(+), 25 deletions(-) create mode 100644 BUILD/Help/html/Unbenannt 1.odf (limited to 'BUILD/Help/html') diff --git a/BUILD/Help/html/Features.html b/BUILD/Help/html/Features.html index 195794b2..0bf33088 100644 --- a/BUILD/Help/html/Features.html +++ b/BUILD/Help/html/Features.html @@ -3,9 +3,9 @@ - + - + @@ -110,6 +111,9 @@ regular backups with macros %time%, %date% within directory names

  • Copy file and folder create/access/modification times when synchronizing

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

    \ No newline at end of file diff --git a/BUILD/Help/html/Unbenannt 1.odf b/BUILD/Help/html/Unbenannt 1.odf new file mode 100644 index 00000000..e51231f5 Binary files /dev/null and b/BUILD/Help/html/Unbenannt 1.odf differ diff --git a/BUILD/Help/html/advanced/Batch Scripting.html b/BUILD/Help/html/advanced/Batch Scripting.html index 3629edf3..c7436792 100644 --- a/BUILD/Help/html/advanced/Batch Scripting.html +++ b/BUILD/Help/html/advanced/Batch Scripting.html @@ -5,7 +5,7 @@ - + @@ -17,6 +17,7 @@ H3 { margin-bottom: 0.21cm } H3.western { font-family: "Arial", sans-serif } H3.cjk { font-family: "MS Mincho" } + H3.ctl { font-family: "Mangal" } A:link { so-language: zxx } --> @@ -34,8 +35,9 @@ some general hints for custom *.cmd and *.bat files.


    Example: -(A simple locking facility when sync'ing with multiple computers in -parallel)

    +A simple locking facility – (Note: +FreeFileSync already has a more powerful directory locking mechanism +implemented that allows multiple writers in parallel)

    diff --git a/BUILD/Help/html/advanced/ExcludeSubfolder.html b/BUILD/Help/html/advanced/ExcludeSubfolder.html index 550ba633..239d88b9 100644 --- a/BUILD/Help/html/advanced/ExcludeSubfolder.html +++ b/BUILD/Help/html/advanced/ExcludeSubfolder.html @@ -3,9 +3,9 @@ - + - + @@ -17,18 +17,68 @@ H3 { margin-bottom: 0.21cm } H3.western { font-family: "Arial", sans-serif } H3.cjk { font-family: "MS Mincho" } + H3.ctl { font-family: "Mangal" } A:link { so-language: zxx } --> - -

    Exclude -subfolders from synchronization

    + +

    Exclude via +filter

    +

    Excluding +files and directories woks by specifying a phrase that is compared +against a file or directory path. Only if the file/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 wildcards like '*' or '?'.


    -

    In -order to synchronize all files from base synchronization directories -excluding all subfolders, simply set up a filter like this:

    +

    Example: +(Mirror-Sync from C:\Source +to D:\Target)

    +

    +

    Exclude + single file C:\Source\file.txt:
         Filter: + \file.txt

    +

    Exclude + single folder C:\Source\sample\subfolder:
        Filter: + \sample\subfolder

    +

    Exclude + all *.tmp + files + beyond subfolder:
        Filter: + \sample\subfolder\*.tmp

    +

    Exclude + all files and folders named CVS + within + arbitrary sub directories:
        Filter: + *\CVS

    +

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

    +

    +

    +


    +

    +

    +

    + 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.

    +

    +

    +


    +

    +

    Example: +(Exclude all sub folders)

    Include: *
    Exclude: @@ -37,7 +87,17 @@ excluding all subfolders, simply set up a filter like this:

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

    +'\' +character, which is interpreted as the end of a directory name.

    +


    +

    +

    +

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

    +

    +

    \ No newline at end of file diff --git a/BUILD/Help/html/advanced/TimeStamped.html b/BUILD/Help/html/advanced/TimeStamped.html index 6428243c..392efea2 100644 --- a/BUILD/Help/html/advanced/TimeStamped.html +++ b/BUILD/Help/html/advanced/TimeStamped.html @@ -3,9 +3,9 @@ - + - + @@ -17,6 +17,7 @@ H3 { margin-bottom: 0.21cm } H3.western { font-family: "Arial", sans-serif } H3.cjk { font-family: "MS Mincho" } + H3.ctl { font-family: "Mangal" } A:link { so-language: zxx } --> @@ -27,8 +28,8 @@ backups with time-stamped directory names


    You can -use macros %time%, %date% -within directory names you want to synchronize.

    +use special macros within directory names that are expanded during +synchronization.


    Example:

    @@ -38,7 +39,7 @@ which you want to backup each day into a time-stamped target directory like "C:\Target_2009-10-08". All that needs to be done is setting up base directories like these: