fix armbian-ramlog default functionality breaking comments (#3603)
This commit is contained in:
parent
0f8b97919f
commit
3b05065d71
@ -15,10 +15,11 @@ USE_RSYNC=true
|
||||
# commands used to synchronize logs to disk from RAM (XTRA_RSYNC_TO) or from
|
||||
# disk to RAM (XTRA_RSYNC_FROM). These are bash arrays to make specifying
|
||||
# multiple arguments easy even in the presence of whitespace.
|
||||
XTRA_RSYNC_TO=(
|
||||
## If you use log rotation programs that datestamp their logs (e.g., runit's
|
||||
## svlogd or daemontools' multilog), deleting log files while synchronizing is
|
||||
## likely a good idea.
|
||||
# --delete
|
||||
)
|
||||
|
||||
|
||||
# If you use log rotation programs that datestamp their logs (e.g., runit's
|
||||
# svlogd or daemontools' multilog), deleting log files while synchronizing is
|
||||
# likely a good idea.
|
||||
#XTRA_RSYNC_TO=(--delete)
|
||||
XTRA_RSYNC_FROM=()
|
||||
XTRA_RSYNC_FROM=()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user