Hello Bill,
(previous answer was sent personally, sorry)

Thanks a lot for a prompt reply.
I've already revised volume creation/retention/labeling policies so
that they will use 60 Gbs of disk space as maximum and Bacula will be
able to reuse them if needed.

Configuration of the Pool is the following:

Pool {
  Name = Default
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 1 month
  Accept Any Volume = yes             # write on any volume in the pool
  Label Format = "$Storage-$NumVols"
  Maximum Volumes = 30
  Maximum Volume Bytes = 2000000000

}

I hope this will work better.


Tuesday, July 11, 2006, 5:04:47 PM, you wrote:

> In response to Alexei <[EMAIL PROTECTED]>:

>> Hi all,
>> 
>> I'm sorry for disturbing you since I know deep inside that it can be a dumb
>> question :)
>> The question is:
>> 
>> I'm running Bacula without tape backups, using File as storage. There are 2
>> huge jobs (about 5-6 Gb for full backup) running and I've run out of free
>> space quickly.
>> Now when it came to this point I've tried to reconfigure the retention
>> periods and the Pool resource in order to free space by the Bacula means
>> only and found that I'm doing something wrong or smth like that because many
>> volumes and jobs are marked as purged but the corresponding files (say 5-6
>> Gb each) are still on disk...
>> 
>> How can I easily and correctly clean my storage to leave (and always have)
>> only the most current set of (1 Full Monthly + 4 Diff Weekly + 7 Inc Daily)
>> backups for each job?

> Bacula takes the policy that it doesn't delete your data automatically.

> As a result, it will never remove volumes and you can't configure it to
> do so automatically (that I am aware of).

> To clear off the volumes that you don't want anymore, use the "delete"
> command in bconsole.  Once the volume is deleted from the catalog, you can
> use typical filesystem tools to remove the files.

> If your new schedule and retention periods do not require the recreation
> of those volumes, they won't be recreated.




-- 
Best regards,
 Alexei                            mailto:[EMAIL PROTECTED]



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