Free hard disk space
From Kolmisoft Wiki
Jump to navigationJump to search
About
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 is stored backups made from MOR GUI.
cd /usr/local/mor/backups
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/