From fb63d289cc92ccb7dfa1dfc46e9269654e7bf2ac Mon Sep 17 00:00:00 2001 From: Adam Matthews <52178922+adamsthws@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:48:20 +0100 Subject: [PATCH] Update log2ram.conf Changes to comments for setting: 'USE_RSYNC=false' --- log2ram.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/log2ram.conf b/log2ram.conf index bd12f11..275fdd4 100644 --- a/log2ram.conf +++ b/log2ram.conf @@ -10,11 +10,10 @@ # You will need to increase it if you have a server and a lot of log for example. SIZE=128M -# Select the log syncing method between the log directory on disk and in the RAM. -# The variable may be uncommented out, setting it to false, if "cp" is preferred over "rsync". -# Currently, this option needs to be unset or set to true for "rsync" to run, -# with "cp" available for fallback when "rsync" is missing. -# In all other cases, setting USE_RSYNC to anything other than true will default to "cp". +# Select the log syncing method between disk and RAM: +# - 'rsync' is the default unless 'USE_RSYNC' is set to 'false'. +# - If 'rsync' is unavailable, 'cp' is automatically used as a fallback. +# - Set 'USE_RSYNC' to 'false' to explicitly use 'cp'. #USE_RSYNC=false # If there are some errors with available RAM space, a system mail will be send by default (see next parameter)