Difference between revisions of "Free hard disk space"
From Kolmisoft Wiki
Jump to navigationJump to search
m (→Workflow) |
|||
Line 12: | Line 12: | ||
2. Log files are stored:<br> | 2. Log files are stored:<br> | ||
/tmp/mor/debug<br> | /tmp/mor/debug<br> | ||
3. Here | 3. Here are stored backups made from MOR GUI.<br> | ||
cd /usr/local/mor/backups<br> | cd /usr/local/mor/backups<br> | ||
It is recommended to keep on server 3 backups<br> | |||
Do not allow to create backup when disk space is less when 10%<br> | Do not allow to create backup when disk space is less when 10%<br> | ||
4. | 4. CSV files are stored here:<br> | ||
cd /var/log/asterisk/cdr-csv/ | cd /var/log/asterisk/cdr-csv/ |
Revision as of 06:07, 7 February 2012
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/