To my mind it's not yet possible to delete job's files from a volume. So if 
you use disk-based backups, I believe you shouldn't allow more than 1 job per 
volume ("Maximum Volume Jobs = 1" directive in pool's configuration), so that 
if you wanted to delete a failed job's files, you'd delete the whole volume. 
Eventually you'll have as much volumes as you have jobs (not clients).
At least it's what I've done.

An example of my pools:

Pool {
        Name = pool-var-diff
        Pool Type = Backup
        Recycle = yes
        Recycle Oldest Volume = yes
        AutoPrune = yes
        Volume Retention = 30 days
        Accept Any Volume = yes
        Label Format = var-diff-
        Maximum Volume Jobs = 1
        Maximum Volumes = 5
}

Pool {
        Name = pool-var-full
        Pool Type = Backup
        Recycle = yes
        Recycle Oldest Volume = yes
        AutoPrune = yes
        Volume Retention = 365 days
        Accept Any Volume = yes
        Label Format = var-full-
        Maximum Volume Jobs = 1
        Maximum Volumes = 13
}

Pool {
        Name = pool-var-incr
        Pool Type = Backup
        Recycle = yes
        Recycle Oldest Volume = yes
        AutoPrune = yes
        Volume Retention = 13 days
        Accept Any Volume = yes
        Label Format = var-incr-
        Maximum Volume Jobs = 1
        Maximum Volumes = 12
}

Silver

On Wednesday 09 August 2006 16:21, Marco Strullato wrote:
> I can not remove the volume because I've just set up all with just one 
volume...
> 
> So do you suggest me to split also volumes?
> I mean one volume for each client?
> 
> thanks
> 
> marco
> 
> 2006/8/9, Silver Salonen <[EMAIL PROTECTED]>:
> > On Wednesday 09 August 2006 13:20, Marco Strullato wrote:
> > > Hi, I've done the 1st backup of 40GB from a server ( the first is a a
> > > full backup).
> > >
> > > Unluckly the job terminated with an error and now the storage of the
> > > storage daemon has  many GB of "lost" space.
> > >
> > > How can I remove that files from the storage?
> > >
> > > thanks
> > >
> > > marco
> >
> > Hi.
> >
> > I think at first you have to remove the corresponding volume from database
> > (command "delete volume") and then remove files from your backup-media 
(e.g.
> > HDD).
> >
> > Silver

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to