[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Logrotate don't route



On Mon, Jan 09, 2006 at 10:12:46PM +0100, Marco wrote:
> Hi all,
> 
> I have make in /etc/logrotate.d a new file (as name backup) for rotate 
> my backup's log.
> This is the text in my file:
> /var/log/backup {
>    rotate 4
>    monthly
>    compress
>    delaycompress
>    missingok
>    notifempty
>    create 640 root adm
> }
> I have also restart my system, but my log don't route.

Have you tried it with the -f option, i.e,

logrotate -f /var/log/backup

from the command line?  If that works, it may be that your computer 
was simply not switched on at the time logrotate should have been 
doing its job.


> 
> Could you help me???
> 
> Thanks
> Marco
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact 
> listmaster@lists.debian.org
> 

-- 
David Jardine

"Running Debian GNU/Linux and
loving every minute of it."  -L. von Sacher-M.(1835-1895)



Reply to: