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

Reply via email to