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
}






Turns out the problem is I originally formated the partation with 1k block sizes because it was going to use a lot of hardlinks (backupPc)

ext3 + 1k block sizes == 17G file size limit.

There is a explination of this here:

https://listman.redhat.com/archives/ext3-users/2005-September/msg00025.html


Thank you to all that offered help.


--

Thanks,
    Brandon Evans

"I wouldn't recommend sex, drugs or insanity for everyone, but they've always worked for me."
-Hunter S. Thompson


-------------------------------------------------------
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