views:

37

answers:

0

We have ZRM backups that are created using LVM snapshots. When we need to recover a database or two, we use mysql-zrm restore like this:

mysql-zrm --action restore --backup-set backupSet1 \ --source-directory /var/lib/mysql-zrm/backupSet1/20060829140710 \ --databases "db1 db2"

Is it possible to restore into a file instead of an actual database?