Hi all,

I am running a backup strategy with one Full backup once a week and
Incremental backups on all the other days.

Now there is a special file in the corresponding FileSet. I want this
file to be backed up only when the Full backup runs. The file changes
very often, but the Incremental backups should ignore this file and NOT
backup it (yes, I will only get backups of this file once a week, but
this is intentional).

I started writing two different FileSets - one including this file and
the other one without this file. But there seems to be no way to specify
different FileSets for Full .vs. Incremental backups. My current
configuration looks something like this (simplified):

Job {
  Name = "Backup"
  Type = Backup
  Schedule = "WeeklyCycle"
  FileSet = "Full Set"
}

Schedule {
  Name = "WeeklyCycle"
  Run = Full        sun     at 2:30
  Run = Incremental mon-sat at 2:30
}

FileSet {
  Name = "Full Set"
  Include {
    @ListOfFiles
    File = /the/special/file
  }
}

FileSet {
  Name = "Incremental Set"
  Include {
     @ListOfFiles
  }
}

How can I specify that my Incremental backups use the "Incremental Set"
instead of the "Full Set" ?

Thanks and regards
-stefan-



-- 
Stefan Palme
klei...@hora-obscura.de


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to