Re: [Bacula-users] Some kind of backup quota

2006-03-17 Thread Tom Fischer
Hi Ryan, On Thu, 16 Mar 2006 21:17:53 -0500 Ryan Novosielski <[EMAIL PROTECTED]> wrote: > There IS a problem with this idea, and that is that assuming you're > writing to the same volume each time, if the whole volume recycles, > this is probably going to be a problem because you will have NO o

Re: [Bacula-users] Some kind of backup quota

2006-03-17 Thread Tom Fischer
Hi Kern, On Fri, 17 Mar 2006 07:55:21 +0100 Kern Sibbald <[EMAIL PROTECTED]> wrote: > If you are using Bacula 1.38.5, you *could* implement such a feature > on a Volume basis by implementing the NewVolume method in Python, > then consult the database to see how much has been backed up for this

Re: [Bacula-users] Some kind of backup quota

2006-03-16 Thread Kern Sibbald
On Friday 17 March 2006 00:45, Tom Fischer wrote: > Hi, > > is it possible to set a kind of quota to a client defintion? We do a > Fullbackup once a week on online media and every day an incremental > backup, on one day we have an Full Offline Backup on removeable media. > So if a Customer only wan

Re: [Bacula-users] Some kind of backup quota

2006-03-16 Thread Ryan Novosielski
There IS a problem with this idea, and that is that assuming you're writing to the same volume each time, if the whole volume recycles, this is probably going to be a problem because you will have NO old backups ever. Although, I guess what you're attempting to do is keep very quick backups, mo

Re: [Bacula-users] Some kind of backup quota

2006-03-16 Thread Tom Fischer
Hi, thx for your answer. If i do so the volume doesn't recycle. Archive "FileStorage-Online-nixe001" is not open or does not exist. Device is BLOCKED waiting for appendable media. without much doubt an error in my config. bacula-dir.conf: Schedule { Name = "eBuz Online Backup"

Re: [Bacula-users] Some kind of backup quota

2006-03-16 Thread Ryan Novosielski
Exactly as you put it is possible... set max of one volume and limit the size to 5GB. This is done in the pool definition. Make sure that your pool is updated from the resource. Tom Fischer wrote: Hi, is it possible to set a kind of quota to a client defintion? We do a Fullbackup once a week