Brandon Evans wrote:
> Hi All,
>    I'm new to Bacula, still trying wrap my head around the volumes /
> Pools deals.  Right now I have bacula backing up 1 linux box and 1
> windows 2003 server.
> 
> When backing up the windows server, Bacula stops at 17Gigs and says the
> Volume is full.  I have "Maximum Voulme bytes" set to 100 Gigs.  So I am
> not sure why this is happening.  I have tried purging the volume and
> running the backup job again, but I get the same results.
> 
> 
> Here is the Pool that the volume is related to.  Am  I missing something?
> 
> 
> Pool {
>   Name = Full-Pool-win1
>   Pool Type = Backup
>   Recycle = yes           # automatically recycle Volumes
>   AutoPrune = yes         # Prune expired volumes
>   Volume Retention = 1 month
>   Accept Any Volume = yes # write on any volume in the pool
>   Maximum Volume Jobs = 1
>   Maximum Volume Bytes = 100000000000
>   Label Format = Full-win1
>   Maximum Volumes = 1
> }


Is it aborting in the middle of the job, or does it finish one job, then
stop and declare the tape used?

If the latter is the case, it's doing exactly what you told it to do:

>   Maximum Volume Jobs = 1

You've told it to write one job, and ONLY one job, per volume, and then
mark that volume as Used.


The "Maximum Volume Jobs" directive is one that a lot of people use
without really understanding what it does or why they're using it, and
in most cases they shouldn't be.  There are cases in which you want that
directive, but they're generally exceptional cases with special
requirements.  If you're a beginning Bacula user and you think you need
to use Maximum Volume Jobs, the odds are you're mistaken.


On the other hand, if it's aborting in the middle of the job, then
that's a separate problem.  Have you run a btape test on your storage
device and verified that it's correctly configured?


-- 
 Phil Stracchino       [EMAIL PROTECTED]
    Renaissance Man, Unix generalist, Perl hacker
 Mobile: 603-216-7037         Landline: 603-886-3518


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to