hi,

I have a lot of clients with jobs like this one:

Job {
        Name = "Fire01 disc01"
        JobDefs = "Default-RBG-Job"
        Client = foobar-fd
        FileSet = "disc01"
        Full Backup Pool = Tape-Archiv
        Differential Backup Pool = RBG-Stud-Diff
        Incremental Backup Pool = RBG-Stud-Incr
}

the problem is, diff and incr are disks and full is a tape pool on a other SD. 
My problem is now, If i enable "Data Spool = yes", spooling is enabled for disk 
backups too. How can I configure spooling only for the tape-archive. Do I have 
to change every job to:

Job {
        Name = "Fire01 disc01"
        JobDefs = "Default-RBG-Job"
        Client = foobar-fd
        FileSet = "disc01"
        Differential Backup Pool = RBG-Stud-Diff
        Incremental Backup Pool = RBG-Stud-Incr
}

Job {
        Name = "Fullbackup Fire01 disc01"
        JobDefs = "Default-RBG-Job"
        Client = foobar-fd
        FileSet = "disc01"
        Full Backup Pool = Tape-Archiv
        Spool Data = yes
}

?

cu denny

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to