From 88c8801298cbf6fec9cdce254c7b3cb9e066a421 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:09:45 +0200 Subject: 3.13 --- BUILD/Help/html/advanced/RealtimeSync.html | 39 +++++++++++++++--------------- 1 file changed, 20 insertions(+), 19 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 635b86d1..d5738fb2 100644 --- a/BUILD/Help/html/advanced/RealtimeSync.html +++ b/BUILD/Help/html/advanced/RealtimeSync.html @@ -5,7 +5,7 @@ - + @@ -63,14 +63,18 @@ to begin monitoring.

  • The settings dialog can be skipped by passing a RealtimeSync configuration file (*.ffs_real) - OR a FreeFileSync Batch file (*.ffs_batch) - as first command-line argument. This enables integration with your - operating system's auto start facility:

    + OR a FreeFileSync batch file (*.ffs_batch) + as first command-line argument. This allows for integration with + the operating system's auto start facility.

  • Using RealtimeSync is not restricted to starting FreeFileSync. It can also be used in other scenarios, like sending an email whenever a certain directory is modified.

    +
  • + The command-line must not block + the progress. If a FreeFileSync batch file is to be called make + sure it is operating in "silent-mode".


    @@ -92,19 +96,14 @@ to begin monitoring.


    Example: -(Smart synchronization when USB -sticks are inserted into your PC - in combination with FreeFileSync)

    +(Automatic synchronization when USB +stick is inserted)

    Assume -you have multiple(!) USB sticks that contain data you want to -automatically synchronize in two-way mode whenever you insert one of -the sticks into the PC. In order to be on the safe side, you decide -to setup FreeFileSync batch jobs (*.ffs_batch) -using <Automatic> -mode so that conflicts, for example -files modified on both sides, are detected avoiding data loss. Save -the relevant configuration on each USB stick's root directory to have -it called when the stick is mounted. Then configure RealtimeSync -analog to the following:

    +you have multiple USB sticks that contain data you want to +automatically synchronize whenever you insert one of the sticks into +the PC. Save the relevant configuration on each USB stick's root +directory to have it called when the stick is mounted. Then configure +RealtimeSync analog to the following:

    @@ -114,14 +113,16 @@ analog to the following:

    directory "H:\Data" 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". +starts the batch job each time files are modified in "H:\Data".


    +

    Example: +(Calling a custom .cmd or .bat file)

    For -additional convenience it might be nice if the batch job remains -silent if synchronization completes successfully, otherwise shows +additional convenience it may be nice if the batch job remains silent +if synchronization completes successfully, otherwise shows FreeFileSync's GUI dialog when errors occurred. Therefore create two configurations, one silent-mode batch to be called by default and one *.ffs_gui to be called -- cgit