- to regularly do a full backup of a database,
- and to save the binary logs of that database (or from its master if doing backups on a slave).
When point in time recovery is required you need to:
- restore a backup,
- and apply the binary logs up to the point of recovery.
(Step # 2 and # b above are the ones that will be simplified by using Binlog Servers.)