Running brrestore without any options will restore all datafiles from the latest database
backup.
To restore control files:
brrestore -m 0
To restore all datafiles from the last backup (not including controlfiles and redo logs):
brrestore -b last -m all
|