Calling a Backup Script in ClientBeforeJob does function correctly.
My ClientRunAfterJob has "rm -rf /tmp/backup/*" defined.
The backup console logs
JobId 415: shell command: run ClientAfterJob "rm -rf /tmp/backup/*"
But the files are not deleted.
What would be the best way to debug this?
Thanks in advance!