@@ -410,7 +410,8 @@ Make a copy of the log file, but don't change the original at all.
410410This option can be used, for instance, to make a snapshot of the current
411411log file, or when some other utility needs to truncate or parse the file.
412412When this option is used, the \fB create \fR option will have no effect,
413- as the old log file stays in place.
413+ as the old log file stays in place. The \fB copy \fR option allows storing
414+ rotated log files on the different devices using \fB olddir \fR directive.
414415
415416.TP
416417\fB nocopy \fR
@@ -426,7 +427,9 @@ and thus might continue writing (appending) to the previous log file forever.
426427Note that there is a very small time slice between copying the file and
427428truncating it, so some logging data might be lost.
428429When this option is used, the \fB create \fR option will have no effect,
429- as the old log file stays in place.
430+ as the old log file stays in place. The \fB copytruncate \fR option allows
431+ storing rotated log files on the different devices using \fB olddir \fR
432+ directive.
430433
431434.TP
432435\fB nocopytruncate \fR
@@ -437,9 +440,14 @@ Do not truncate the original log file in place after creating a copy
437440\fB renamecopy \fR
438441Log file is renamed to temporary filename in the same directory by adding
439442".tmp" extension to it. After that, \fB postrotate \fR script is run
440- and log file is copied from temporary filename to final filename. This allows
441- storing rotated log files on the different devices using \fB olddir \fR
442- directive. In the end, temporary filename is removed.
443+ and log file is copied from temporary filename to final filename. In the end,
444+ temporary filename is removed. The \fB renamecopy \fR option allows storing
445+ rotated log files on the different devices using \fB olddir \fR directive.
446+
447+ .TP
448+ \fB norenamecopy \fR
449+ Do not rename and copy the original log file
450+ (this overrides the \fB renamecopy \fR option).
443451
444452.TP
445453\fB shred \fR
0 commit comments