Free hard disk space

From Kolmisoft Wiki
Revision as of 16:33, 21 February 2013 by Aisteb (talk | contribs)
Jump to navigationJump to search

Check disk usage

To check how many free space is available on your server put this command into terminal:

df -h

Put this command into terminal to check biggest files in system:

du -k | sort -n | perl -ne 'if ( /(\d+)\s+(.*$)/){$l=log($1+.1);$m=int($l/log(1024)); printf ("%6.1f\t%s\t%25s %s\n",($1/(2**(10*$m))),(("K","M","G","T","P")[$m]),"*"x (1.5*$l),$2);}'

Workflow

Possible location on system created by mor which can use a lot of space:
1. Recordings files are stored in this directory:

cd /var/spool/asterisk/monitor 

2. Log files are stored:

/tmp/mor/debug

3. Here are stored backups made from MOR GUI.

cd /usr/local/mor/backups

It is recommended to keep on server 3 backups
Do not allow to create backup when disk space is less when 10%

4. CSV files are stored here:

cd /var/log/asterisk/cdr-csv/

5. MOR GUI logs:

cd /home/mor/log