Thanks for the speedy reply.
However, it doesn't work. This is my script...
PHP Code:
#/bin/bash
dump -0 -f '/backup/backup-`date +%e-%m-%y`' -u -j9 '/'
The script runs and starts the backup, however, the file name ends up as
backup-`date +%e-%m-%y'
Odd...