/etc/dpm-postgres/dpmcopyd.logrotate is in dpm-copy-server-postgres 1.8.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #
# $Id: dpmcopyd.logrotate,v 1.1 2008/09/24 11:25:00 dhsmith Exp $
#
# @(#)$RCSfile: dpmcopyd.logrotate,v $ $Revision: 1.1 $ $Date: 2008/09/24 11:25:00 $ CERN/IT/GD/ITR Jean-Philippe Baud
#
/var/log/dpmcopy/log {
compress
daily
delaycompress
missingok
rotate 90
}
|