Fix error in logrotate borg2 logfile.
This commit is contained in:
parent
5475acbec0
commit
53ab70325a
@ -742,7 +742,7 @@ blank_line
|
||||
echononl "Create temporary logorotate configuration file 'logrotate_borg.conf'.."
|
||||
|
||||
cat << EOF > ${LOCK_DIR}/logrotate_borg.conf 2> ${log_file}
|
||||
$(dirname "${BORG_LOG_FILE}")/* {
|
||||
${BORG_LOG_FILE} {
|
||||
daily
|
||||
rotate 7
|
||||
missingok
|
||||
|
@ -714,7 +714,7 @@ blank_line
|
||||
echononl "Create temporary logorotate configuration file 'logrotate_borg.conf'.."
|
||||
|
||||
cat << EOF > ${LOCK_DIR}/logrotate_borg.conf 2> ${log_file}
|
||||
$(dirname "${BORG_LOG_FILE}")/* {
|
||||
${BORG_LOG_FILE} {
|
||||
daily
|
||||
rotate 7
|
||||
missingok
|
||||
|
Loading…
x
Reference in New Issue
Block a user