From c32707148292d104c66276b43796d6057c8c7a5d Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:08:42 +0200 Subject: 3.10 --- BUILD/Help/html/advanced/RealtimeSync.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'BUILD/Help/html/advanced/RealtimeSync.html') diff --git a/BUILD/Help/html/advanced/RealtimeSync.html b/BUILD/Help/html/advanced/RealtimeSync.html index 5aabe112..692a1b36 100644 --- a/BUILD/Help/html/advanced/RealtimeSync.html +++ b/BUILD/Help/html/advanced/RealtimeSync.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 } --> @@ -30,8 +31,8 @@ primary function is to trigger synchronization immediately after files in a source directory have changed. However its implementation is much more flexible to cover an even broader range of use: A list of directories provided by the user is monitored for changes. -Whenever a file within these directories or subdirectories is -modified OR the directory becomes available (e.g. insert of a +Whenever a file within these directories or sub directories is +modified OR the directory becomes available (e. g. insert of a USB-stick), RealtimeSync responds by executing the user-specified command line.


@@ -70,7 +71,7 @@ to begin monitoring.

OR a FreeFileSync Batch file (*.ffs_batch) as first command-line argument. Latter is implicitly converted to a *.ffs_real file with default settings. This allows for - integration with your operating system's autostart facility:

+ integration with your operating system's auto start facility:


@@ -112,7 +113,7 @@ analog to the following:

Whenever directory "H:\Data" -becomes available, the command-line executes and starts the batchjob +becomes available, the command-line executes and starts the batch job whose configuration is located on the stick. Furthermore it also starts the batch job each time files are modified within "H:\Data". -- cgit