Bacula-users

[Bacula-users] Problem with volumes...

2013-08-06 10:56:54
Subject: [Bacula-users] Problem with volumes...
From: ktostam <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 06 Aug 2013 05:14:20 -0700
Hello everyone.
I want to implement bacula in my company, but dirring tests I encountered few 
problems.

In my configuration I want to make new volume for each job. Different for each 
type of backup (Full, Inc, Diff) 
also I want to make oher volume for each client.

my pools configuration looks like this:

   Pool {
  Name = DefaultPool
  Pool Type = Backup
  Maximum Volume Jobs = 1 
  Storage = SecondaryFileStorage
  Maximum Volume Bytes = 10G 
  Use Volume Once = yes 
  Recycle = no    
  Action On Purge = Truncate 
  Auto Prune = yes 
  Volume Retention = 2 weeks 
  Label Format = "${JobName}-${Pool}-${JobId}"
}

Pool {
  Name = FullPool
  Pool Type = Backup
  Maximum Volume Jobs = 1
  Storage = SecondaryFileStorage
  Use Volume Once = yes
  Maximum Volume Bytes = 10G
  Recycle = no
  Action On Purge = Truncate
  Auto Prune = yes
  Volume Retention = 2 weeks
  Next Pool = ActilibPool
  Label Format = "${JobName}-${Pool}-${JobId}"
}
Pool {
  Name = DiffPool
  Pool Type = Backup
  Maximum Volume Jobs = 1
  Storage = SecondaryFileStorage
  Use Volume Once = yes
  Maximum Volume Bytes = 10G
  Recycle = no
  Action On Purge = Truncate
  Auto Prune = yes
  Volume Retention = 2 weeks
  Label Format = "${JobName}-${Pool}-${JobId}"
}

Pool {
  Name = IncPool
  Pool Type = Backup
  Maximum Volume Jobs = 1
  Storage = SecondaryFileStorage
  Use Volume Once = yes
  Maximum Volume Bytes = 10G
  Recycle = no
  Action On Purge = Truncate
  Auto Prune = yes
  Volume Retention = 2 weeks
  Label Format = "${JobName}-${Pool}-${JobId}"
}

Pool {
  Name = ActilibPool
  Pool Type = Backup
  Volume Retention = 1 year
  Storage = Actilib
  Recycle = no
}

but when I run backup, I can see what bacula use few times one volume although 
I use Maximum Volume Jobs = 1 and   Use Volume Once = yes

another problem is disk to tape job. I have autochanger with 8 tapes and here 
its look like bacula use option Use Volume Once, bacouse on one tape bacula 
record only ona volume... so I have few one tape with recorded 10G, another 
with 350M and other with 40G...

maybe I do something wrong?

P.S. Sorry for my English

+----------------------------------------------------------------------
|This was sent by ktostam AT poczta.of DOT pl via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Problem with volumes..., ktostam <=