1. locate the backup using the below command :
mysql-zrm-reporter --show restore-info --where backup-set=myhostserver1.com
where ‘myhostserver1.com’ is my host configured for backup
2. Extract the backup to the location /backup/sql/myhostserver1.com/20140604050029/ using the command below :
mysql-zrm-extract-backup --source-directory /backup/sql/myhostserver1.com/20140604050029/ --tmpdir /temporary_location/
Enjoy 🙂