boybawang wrote:my guess is that it would be /var/log/astguiclient and /var/log/apache2 or /var/log/httpd folders are eating up space, you will need to disable AGI and Server logging on your server and also apache2 or httpd logging
concur. Also the /var/log/asterisk folder can help bog down the drive. It is SAFE to delete all logs in /var/log/astguiclient and /var/log/asterisk any time you get bored, even during operation (although the /var/log/astguiclient/archive folder SHOULD have your backups in it ... don't delete those until after you've copied them to another location!). You can also check /var/log itself (and ALL subfolders) to see if you have any stray errors causing excess log entries and filling the drive.
Note that while you may clear out the ORIG folder for sounds, if you are not archiving your client audio recordings they will eventually fill the drive with GSM or MP3 (whichever you are using). Activate the audio archiving function and get yourself a nice FTP/Web service to permanently store your audio files. They can remain linked in the vicidial report screens if you perform this operation properly (ie: clicking on a recording in Vicidial will play the recording from the new archived location seamlessly to the user). Do not store audio files on Vicidial servers as Vicidial kills hard drives ...and all this data will disappear when the drive dies. You should also be pushing your database backups to an FTP server (either the same one or a different one). The /etc/astguiclient.conf file is where the credentials should go for pushing the audio files and the backup files (which go to the "Reports" FTP server). There is an audio "pusher" script in "crontab -e" and there is an Admin Backup script in /usr/share/astguiclient which can be PUT in "crontab -e" after you test it to automatically push your DB every night at 11:45PM to get "yesterday's data" backed up every night and pushed OFF the server without any intervention (or memory) on your part.