Bacula-users

[Bacula-users] different filesets for different job-types?

2010-09-21 13:51:06
Subject: [Bacula-users] different filesets for different job-types?
From: Stefan Palme <kleiner AT hora-obscura DOT de>
To: "bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Tue, 21 Sep 2010 19:47:35 +0200
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
kleiner AT hora-obscura DOT 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

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