Salut Greg !

Alors avec Bacula, tant que tu as TOUS les volumes d'un job (au moins full)
tu es sauvé !

Je t'invite à utiliser Bscan, il va lire les volumes que tu lui passe en
paramètre et recréer tes tables :) Donc tu peux reconstruire tout ton
catalogue d'après tes volumes. Par contre si tu perds tes volumes tu
pourras jamais recréer tes volumes d'après ton catalogue.

Voici la doc associée.

http://www.lllf.uam.es/~antonio/documentos/bacula/dev-manual/Volume_Utility_Tools.html

http://www.lllf.uam.es/~antonio/documentos/bacula/dev-manual/Restore_Command.html#database_restore


Le 9 mai 2012 15:36, galemberti greg <[email protected]> a écrit :

>  Bonjour la liste,
> Dans la documentation il est indiqué qu'il faut sauvegarder la base du
> catalogue après chaque jobs (ou plutôt après chaque schedule). Cela permet
> en cas de crash du director de pouvoir rejouer ses sauvegardes avec la
> dernière version du catalogue.
> Par contre il y a une chose que je ne comprends pas, dans le fichier de
> configuration par défaut :
>
> # Backup the catalog database (after the nightly save)
> Job {
>   Name = "BackupCatalog"
>   JobDefs = "DefaultJob"
>   Level = Full
>   FileSet="Catalog"
>   Schedule = "WeeklyCycleAfterBackup"
>   # This creates an ASCII copy of the catalog
>   # Arguments to make_catalog_backup.pl are:
>   #  make_catalog_backup.pl <catalog-name>
>   RunBeforeJob = "/etc/bacula/scripts/make_catalog_backup.pl MyCatalog"
>   # This deletes the copy of the catalog
>   RunAfterJob  = "/etc/bacula/scripts/delete_catalog_backup"
>   Write Bootstrap = "/var/lib/bacula/%n.bsr"
>   Priority = 11                   # run after main backup
> }
>
> Notre sauvegarde sql va se retrouver dans un volume (elle sera même
> effacée du disque par le runafterjob) et du coup comment récupérer
> facilement notre sauvegarde si la base du catalogue est HS ?
> Ne vaut t'il pas mieux effectuer une sauvegarde sql via un cron sur un
> disque dédié ?
> Vous en pensez quoi?
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Bacula-users-fr mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bacula-users-fr
>
>


-- 
Edouard Buschini - Rentabiliweb Telecom
www.carpediem.fr www.payglad.com www.mailorama.fr
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bacula-users-fr mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users-fr

Répondre à