Re: [Bacula-users] How to let bacula to create new volume for each job.

2007-01-15 Thread Alan Brown
On Fri, 12 Jan 2007 [EMAIL PROTECTED] wrote: > How can I say to bacula to create new volume (media type is File) for > each job? Bacula manual (approx page 352) Chapter 23, section 23.1.1 - Pool options to Limit the Volume Usage UseVolumeOnce = yes Make sure you read at least as far as t

Re: [Bacula-users] How to let bacula to create new volume for each job.

2007-01-12 Thread Erich Prinz
Here is my setup for 30 days of storage with each day having a volume dedicated to that day. Pool { Name = "30 Day" Volume Use Duration = 23h Pool Type = Backup Recycle = yes # Bacula can automatically recycle Volumes AutoPrune = yes # P

[Bacula-users] How to let bacula to create new volume for each job.

2007-01-12 Thread dmichal
Hi, How can I say to bacula to create new volume (media type is File) for each job? Right now bacula is creating just one volume for each client. There are stored Sunday full backup and other days incremental backup together in one volume. I want bacula to create new volume for each day. Thanks a l