Bacula-users

Re: [Bacula-users] DVD backup

2010-04-05 08:04:15
Subject: Re: [Bacula-users] DVD backup
From: "Mads Rasmussen" <mads AT octotelematics DOT com>
To: "'Dave Robison'" <daver AT vicor DOT com>, "'John Drescher'" <drescherjm AT gmail DOT com>
Date: Mon, 5 Apr 2010 09:00:26 -0300
Here is what I did, after this configuration you can run a full backup
(changing to the storage and pool defined below) 
Afterwards I can burn the files using f.ex k3b

Regards,

Mads

Bacula-sd.conf

Device {
  Name = DVDFileStorage
  Media Type = File
  Archive Device = /export/backup-dvd-spool
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Bacula-dir.conf

# Definition of file storage device
Storage {
  Name = DVDFile
# Do not use "localhost" here
  Address = 192.168.x.y          # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "hidden"
  Device = DVDFileStorage
  Media Type = File
}

Pool {
  Name = DVDFilePool
  LabelFormat = "BaculaDVD"
  Pool Type = Backup
  Recycle = no                # Bacula can automatically recycle Volumes
  AutoPrune = yes             # Prune expired volumes
  Volume Retention = 365 days # one year
  Storage = DVDFile
  Maximum Volume Bytes = 4700000000
}

Mads Rasmussen
TI

Octo Telematics
mads AT octotelematics DOT com

Rua Leopoldo Couto de Magalhães Júnior, 110 | 8 andar 
Itaim Bibi | São Paulo | SP | 04.542-000
+55 11 3074 0313 | 7533 6292

AVISO LEGAL 

Esta mensagem, incluindo seus anexos, é destinada exclusivamente ao seu
destinatário, podendo conter informação confidencial, privilegiada e/ou
legalmente protegida. Se você não for o destinatário desta mensagem, fica
ciente sobre a proibição de divulgar, copiar, distribuir, examinar ou, de
qualquer forma, utilizar a informação contida nesta mensagem. Caso tenha
recebido esta mensagem por engano, solicitamos sua devolução imediata ao
remetente e a respectiva destruição do seu conteúdo em sua base de dados,
registros ou sistema de controle.

LEGAL ADVICE 

This message, including its attachments, is exclusively destined to the
designated addressee(s), and it can contain private, privileged and/or
legally protected information. If you are not the addressee of this message,
do not release, copy, distribute, check or, otherwise, use the information
contained in this message. If you received this message by mistake, please
immediately forward the message back to the sender and eliminate its
contents of your database, registrations or controls system.



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>