Compactar log audit /usr/sap/<SID>/DVEBMGS00/log

#!/bin/bash

find /usr/sap/SID/DVEBMGS00/log -mtime +30 -name "audit_*" -exec bzip2 \{\} \;