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/html/RealtimeSync.html | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'BUILD/Help/html/RealtimeSync.html') diff --git a/BUILD/Help/html/RealtimeSync.html b/BUILD/Help/html/RealtimeSync.html index 3468bc76..7fd3b6c9 100644 --- a/BUILD/Help/html/RealtimeSync.html +++ b/BUILD/Help/html/RealtimeSync.html @@ -5,7 +5,7 @@ - + @@ -28,14 +28,11 @@ Automated Synchronization -



-

RealtimeSync's -primary function is to trigger synchronization immediately after -files in a source directory have changed. However its implementation -is 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 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.

+

RealtimeSync +is a small tool which executes a command line each time it detects +changes in one of the monitored directories or +a directory becomes available (e. g. insert of a USB-stick). Usually +this command line will simply trigger a FreeFileSync batch job.


Example: @@ -44,11 +41,11 @@ combination with FreeFileSync

First start up RealtimeSync.exe located in FreeFileSync's installation directory. Then specify all directories that shall be monitored. -Instead of doing this manually you can simply import a *.ffs_batch +Instead of doing this manually you can import a *.ffs_batch file via Menu -> File -> Load configuration. This not only extracts all directories relevant for synchronization -but also sets up the command-line to execute the *.ffs_batch +but also sets up the command line to execute the *.ffs_batch file each time changes are detected. Now press "Start" to begin monitoring.

@@ -68,7 +65,7 @@ to begin monitoring.

  • The settings dialog can be skipped by passing a RealtimeSync configuration file (*.ffs_real) - OR a FreeFileSync batch file (*.ffs_batch) + or a FreeFileSync batch file (*.ffs_batch) as first command-line argument to RealtimeSync.exe. This allows for integration with the operating system's auto start facility:
          "C:\Program @@ -124,7 +121,7 @@ directories. (Windows)

      Show - which file or directory has triggered a change. Enter into command + which file or directory has triggered a change. Enter command line:
          cmd /c echo "%changed_file%" & pause

      Write a list of all changes to a logfile:
          cmd @@ -133,7 +130,7 @@ directories. (Windows)


    -


    +


    Limitations:

      -- cgit