Hi folks...

That's my first post in this mailing list and I think I have a very unrare
problem...

I have this in bacula-sd.conf

Device {
  Name = bacula
  Archive Device = /media/2c0bc75b-f54e-4f31-8d8c-5568edc0e765/bacula
  Media Type = File
  LabelMedia = yes
  Random Access = yes
  AutomaticMount = yes
  RemovableMedia = no
  AlwaysOpen = yes
}

And this as Pool definition:

Pool {
  Name = Servidor
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 365 days
  Maximum Volumes = 100               # Limit number of Volumes in Pool
}

I have labeled the volume as Bkp-Servidor

I am also using the schedule and job above:

Schedule {
  Name = Servidor
  Run = Level=Full on 5 at 10:00
  Run = Level=Differential at 22:30
}
Job {
  Name = Servidor-Job
  Type = Backup
  Level = Full
  Client = Servidor
  FileSet = Servidor
  Schedule = Servidor
  Storage = File
  Pool = Servidor
  Messages = Standard
}

What I need is make Full and Differential backup use a single file disk...

Is that possible?

Why the file Bkp-Servidor (which is the file where baculs writes the
backups), changes to Full and ask me to appendable volume?

Perhaps I missconfigure somethink...

Can any one assist me??





-- 

Gilberto Ferreira
+55 (47) 9676-7530
Skype: gilberto.nunes36
------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to