Freeing up space - are /html/..._cahce/*.tgq.gpg files needed

I am running out of space on raspberry pi freepbx instance. There are great many ziped and encrypted files stored in /var/www/html … /_cache that seem somehow related to the freepbx/asterisk settings (music, voicemail, queues, etc.), and some are pretty large (e.g., ucp). Are all of these files required for operation and/or upgrading etc.?? thanks

Those are the tgz.gpg files, you can remove them, they act like the .deb or .rpm files when using apt or yum.

You can also type this: find / -type f -print0 | xargs -0 du -h | sort -rh | head -n 20 to find your top20 largest files

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.