Fix error in logrotate borg2 logfile.

This commit is contained in:
Christoph 2024-12-13 01:00:21 +01:00
parent a5744f9eae
commit a7c091e62d
2 changed files with 2 additions and 2 deletions

View File

@ -777,7 +777,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

View File

@ -747,7 +747,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