[SOLVED] Clean up module cache - is it safe?

Hi,
My /var/www/html/admin/modules/_cache/ contains almost 650MB (652,666,081 bytes in 411 files). Can I expunge them safely ? They have serious weight on the backup.
(more info in PBX Default Backup size post, it’s old and I could not rename it any more)

EDIT: so I did not delete but moved the .gpg files out of that directory (only left those installed within last month), and nothing exploded yet… though maybe if any needed reverting, it could. Should I make an enhancement suggestion ? (to only keep the last good (or configurable count of) known module file(s) in cache)

Replied there but I will link it here:

Thanks a lot,
(to whoever reads this, s/php/gpg)
(in other words find /var/www/html/admin/modules/_cache/*.tgz.gpg -mtime +90 -exec rm {} ) :slight_smile:

(edit: I typoed here too, should have been gpg not pgp :wink: )

sigh! well that is what happens when you spend your life in code…