|
From: John D. <dre...@gm...> - 2012-06-11 16:08:32
|
On Mon, Jun 11, 2012 at 11:59 AM, Luis Candia <lui...@gm...> wrote: > Hi, we have a bacula server working but for testing purposes I want to > copy backup tapes (files on hardisk) to a new server. How can we > export the catalog and then import it to the new server? > Use your database dump command. Then reimport it with your database import. mysql, postgresql and sqlite all have procedures for that. John |