Another try:

 

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.0.141          # 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

}

 

It seems to be working but only a small file is created, any ideas?

 

Can someone tell me what the process for creating a backup on demand?

 

I do a run, then change the pool and storage to this newly created
configuration and then it tells me everything is ok

 

I get no further messages and a status on jobs says it was run ok

 

What is missing?

 

 

Mads Rasmussen
TI

Octo Telematics
m...@octotelematics.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® 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to