From d4af25c52a28b93484ffb55e0a8027bc4ce7856f Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:21:59 +0200 Subject: 5.9 --- BUILD/Help/html/Backup Strategies.html | 16 ++++++++-------- BUILD/Help/html/Batch Scripting.html | 5 +++-- BUILD/Help/html/Macros.html | 10 +++++----- BUILD/Help/html/RealtimeSync.html | 26 ++++++++++++++------------ 4 files changed, 30 insertions(+), 27 deletions(-) (limited to 'BUILD/Help') diff --git a/BUILD/Help/html/Backup Strategies.html b/BUILD/Help/html/Backup Strategies.html index 95f33a47..4cc4dd46 100644 --- a/BUILD/Help/html/Backup Strategies.html +++ b/BUILD/Help/html/Backup Strategies.html @@ -5,7 +5,7 @@ - + @@ -28,12 +28,12 @@ Strategies

1. Full backup with versioning of old files

In -synchronization settings select and specify "Versioning" -for deletion handling. FreeFileSync will place files that have been -deleted or overwritten with newer versions into corresponding -time-stamped sub directories. This provides a space-optimized way to -save all older versions of files separately while the most recent -ones are available in main source and target directories.

+synchronization settings select "Versioning" for deletion +handling. FreeFileSync will move files that have been deleted or +overwritten with newer versions into the provided directory and +append a time-stamp. This is effectively a space-optimized way to +save all older versions of files separately while the recent ones are +available in main source and target directories.



@@ -58,7 +58,7 @@ Base directories are set up accordingly:



Latter -will be interactively replaced with the current date during +will be dynamically replaced with the current date during synchronization. In order to further automate this process, you can create a *.ffs_batch file with this configuration and choose "ignore errors" to avoid the popup message that target directory is diff --git a/BUILD/Help/html/Batch Scripting.html b/BUILD/Help/html/Batch Scripting.html index 526d3d79..b812ee1e 100644 --- a/BUILD/Help/html/Batch Scripting.html +++ b/BUILD/Help/html/Batch Scripting.html @@ -5,7 +5,7 @@ - + @@ -39,7 +39,8 @@ as argument) it returns one of the following status codes:

Return Codes
0 - Synchronization completed successfully
1 - Synchronization - completed with errors
2 - Synchronization was aborted

+ completed with warnings
2 - Synchronization completed with + errors
3 - Synchronization was aborted



diff --git a/BUILD/Help/html/Macros.html b/BUILD/Help/html/Macros.html index 33d16757..c491c22c 100644 --- a/BUILD/Help/html/Macros.html +++ b/BUILD/Help/html/Macros.html @@ -5,7 +5,7 @@ - + @@ -40,10 +40,10 @@ macros:

current time, format [hhmmss], e. g. "201340"
%date%    - current date, e. g. "2010-07-13"

%weekday% - day of the week, e. g. "Monday"
%week%    - - calendar week, e. g. "28"

%day%     - - current day, e. g. "21"
%month%   - - current month, e. g. "July"
%year%    - - current year, e. g. "2010"

%hour%    - + calendar week, e. g. "28"

%year%    - + current year, e. g. "2010"
%month%   - + current month, e. g. "July"
%day%     - + current day, e. g. "21"

%hour%    - current hour, e. g. "20"
%min%     - current minute, e. g. "13"
%sec%     - current second, e. g. "40"

diff --git a/BUILD/Help/html/RealtimeSync.html b/BUILD/Help/html/RealtimeSync.html index 49187f40..73f9dd60 100644 --- a/BUILD/Help/html/RealtimeSync.html +++ b/BUILD/Help/html/RealtimeSync.html @@ -5,7 +5,7 @@ - + @@ -50,7 +50,7 @@ but also sets up the command line to execute the Start" to begin monitoring.


@@ -58,10 +58,10 @@ to begin monitoring.


-- cgit