On Wed, May 16, 2007 at 05:43:16PM +1200, Chris Bannister wrote:
> Do you have logrotate installed?
>
> apt-cache show logrotate
>
That should be 'apt-cache policy logrotate'
^^
Regards,
-Roberto
--
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://ww
On Tue, May 08, 2007 at 06:09:05PM -0300, Valdir Marcos wrote:
> How can I identify what is garbage in /var?
> How can I delete files and directories older than a specific date?
>
> # df -h
> Sist. Arq.Tam Usad Disp Uso% Montado em
> /dev/sda2 449M 132M 293M 32% /
>
On Tue, May 08, 2007 at 06:09:05PM -0300, Valdir Marcos wrote:
> How can I identify what is garbage in /var?
# du --one-file-system --block-size=1K /var | sort -nr | less
Will give a good idea of where your disk space is being used. It is
still up to you to decide whether it's "garbage" or not th
On Tue, May 08, 2007 at 06:09:05PM -0300, Valdir Marcos wrote:
> How can I identify what is garbage in /var?
Define 'garbage', your definition of garbage may be different than that
of other people. (You can free some space in /var with
'aptitude autoclean'
> How can I delete files and directorie
On Tue, May 08, 2007 at 06:09:05PM -0300, Valdir Marcos wrote:
>
> # du -skh *
> 661Kbackups
> 125Mcache
You can probably get rid of most of this by running `apt-get clean`.
> 27M lib
Seems reasonable.
> 1,0Klocal
> 1,0Klock
> 175Mlog
> 12K lost+found
> 2,0Kmai
5 matches
Mail list logo