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

2010-09-21 Thread Phil Stracchino
On 09/21/10 14:35, Stefan Palme wrote: > As far as I understood the main problem is that ONE Job can have only > ONE FileSet. So I could just define a second Job with its own FileSet > (that contains only the special file), and this Job will run only once a > week. The obvious disadvantage of this

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

2010-09-21 Thread Stefan Palme
Hi, On Tue, 2010-09-21 at 14:16 -0400, Phil Stracchino wrote: > The short answer is, you can't. All levels of a given job must use the > same Fileset. To do otherwise ... well, let's just say that That Way > Lies Madness, and leave it at that. I've already guessed this would be the answer :-)

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

2010-09-21 Thread Phil Stracchino
On 09/21/10 13:47, Stefan Palme wrote: > 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. Th

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

2010-09-21 Thread Stefan Palme
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 backup

Re: [Bacula-users] different FileSets

2005-06-07 Thread Jonte Norman
Hi Lucas, I´m no Bacula guru either :-) But as far as I know that you can specify a FileSet = "Name-of-your-fileset" entry in each clients job resource and after that copy the default FileSet entry in bacula-dir.conf and rename the Name of the FileSets so that they match the name you gave it in

[Bacula-users] different FileSets

2005-06-07 Thread Lukas Meyer
Dear list members, Today, I successfully set up bacula on our site. I run into the following question on configuring bacula. How can I tell the director to bakup a Client specific FileSet. I.e. On Host1 backup /, /var, / home and on Host2 backup /etc, /usr etc. Can anyone give me some hint