-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This sort of thing goes in the Schedule{} definition, not the others.

 ---- _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - User Support Spec. III
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630


Doug Penny wrote:
> Maybe I have something set up wrong, but I don't see a option to
> specify a certain Device{} for a certain Pool{}.  I see where I can
> specify the Device{} for both the Job{} and the Storage{} resources,
> but unless I create separate jobs for full and differentials, I don't
> see how I can accomplish this.  Just in case I haven't been clear,
> this is what I'm trying to accomplish:
> 
> Full backup -> /full_back
> Differential backup -> /diff_back
> with only one job per client, using the Full Backup Pool and
> Differential Backup Pool options.
> 
> Thanks for the help,
> Doug Penny
> 
> 
> On 6/7/06, Scott Ruckh <[EMAIL PROTECTED]> wrote:
>> --
>>
>> This is what you said Doug Penny
>>> I am new to bacula, but have been very impressed with the flexibility
>>> it provides.  I currently have bacula backing up 9 different servers
>>> to disk.  However everything is going to one disk.  Is there anyway to
>>> have all of my full backups go to one disk and all differentials go to
>>> another disk?  I know I can specify which pool different backup levels
>>> use, but I can't figure out how (if possible) to specify which disk a
>>> certain pool will use.  Thank you for your help.
>>>
>>> Sincerely,
>>> Doug Penny
>> I just created multiple entries in the storage director configuration:
>>
>> Device {
>>   Name = SD_FULL
>>   Media Type = File
>>   Archive Device = /BACKUPS/Full
>>   LabelMedia = yes;                   # lets Bacula label unlabeled media
>>   Random Access = Yes;
>>   AutomaticMount = yes;               # when device opened, read it
>>   RemovableMedia = no;
>>   AlwaysOpen = no;
>> }
>>
>> Device {
>>   Name = SD_INCR
>>   Media Type = File
>>   Archive Device = /BACKUPS/Incremental
>>   LabelMedia = yes;                   # lets Bacula label unlabeled media
>>   Random Access = Yes;
>>   AutomaticMount = yes;               # when device opened, read it
>>   RemovableMedia = no;
>>   AlwaysOpen = no;
>> }
>>
>> each of those mount points can be on different disks.
>>
>> I of course have my Storage{} and Pool{} options configured in the
>> director configuration to utilize the Device {} created in the storage
>> director.
>>
>> Scott
>>
> 
> 
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (MingW32)

iD8DBQFEiIvpmb+gadEcsb4RAkcdAKCOrZ2Rj/Y9BUYYVggEMC/PlIgoxwCfXT3T
pd2rWgdnoBZC3OB0dESI1lw=
=+EkF
-----END PGP SIGNATURE-----



_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to