mirror of
https://github.com/azlux/log2ram.git
synced 2022-11-27 05:45:02 +03:00
Removed parameter history of USE_RSYNC from log2ram.conf
This commit is contained in:
@@ -9,9 +9,7 @@ SIZE=40M
|
|||||||
|
|
||||||
# Select the log syncing method between the log directory on disk and in the RAM.
|
# 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".
|
# The variable may be uncommented out, setting it to false, if "cp" is preferred over "rsync".
|
||||||
# Pre 1.6.1 the config default was to use "cp", unless USE_RSYNC was explicitly set to true.
|
# Currently, this option needs to be unset or set to true for "rsync" to run,
|
||||||
# Post 1.6.1 the parameter was briefly removed and "rsync" became the default whenever
|
|
||||||
# installed. Currently, this option needs to be unset or set to true for "rsync" to run,
|
|
||||||
# with "cp" available for fallback when "rsync" is missing.
|
# 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".
|
# In all other cases, setting USE_RSYNC to anything other than true will default to "cp".
|
||||||
#USE_RSYNC=false
|
#USE_RSYNC=false
|
||||||
|
|||||||
Reference in New Issue
Block a user