Hi,

This is the first time I'm configuring bacula. I have a autochan ger with 8
slots and 1 drive. I tried to schedule a weekly full backup on tape and
daily differential backups on file.  This is a small test. The whole full
has 2GB in data. The tape backup run and terminated with no errors.
However, the daily differential backups on File didn't recognize that I had
alread done a full backup on tape and asks me to do a Full backup on file.
Could you please help me?


The relevant parts of my dir.conf:

Job {
  Name = homedir-bioinfo03-weekly
  Client = bioinfo03.ibi.unicamp.br-fd
  JobDefs = DefaultJob
  FileSet = homedir-bioinfo03
  Level = Full
  Schedule = WeeklyCycle
  Storage = tape-autochanger
  Spool Data = Yes
  Pool = Tape-Weekly
  Type = Backup
  Messages = Standard
}

Job {
  Name = homedir-bioinfo03-daily
  Client = bioinfo03.ibi.unicamp.br-fd
  JobDefs = DefaultJob
  FileSet = homedir-bioinfo03
  Level = Differential
  Schedule = WeeklyCycle
  Storage = File
  Spool Data = no
  Pool = File-Daily
  Type = Backup
  Messages = Standard
}

FileSet {
  Name = "homedir-bioinfo03"
  Include {
    Options {
      signature = MD5
      onefs = yes
    }
  File=/usr/local/data/lge/eduformi
  }
}

Pool {
  Name = Tape-Weekly
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Purge Oldest Volume = Yes
  Volume Retention = 28 days
  LabelFormat="Week-"
}

Pool {
  Name = File-Daily
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Purge Oldest Volume = Yes
  Volume Retention = 6 days
  Maximum Volume Bytes = 80G
  Maximum Volumes = 5
  Label Format = "Vol-"
}

Best regards,
Gustavo
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to