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?
Below are my current settings for the Pool and one of the Jobs.

Could someone look through and say that maybe something is wrong or 
conflicting here... Thanks in advance.

JobDefs {
  Name = "DefaultJob"
  Type = Backup
  Level = Incremental
  Client = my-fd
  FileSet = "Full Set"
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Pool = Default
  Priority = 10
}

Job {
        Name = "MyRootBackup"
        Type = Backup
        Level = Incremental
        Client = my-fd
        FileSet = "My Root"
        Schedule = "WeeklyCycle"
        Storage = My
        Messages = Standard
        Pool = Default
        Priority = 10
        Write Bootstrap = "/var/backup/bacula/bootstraps/my.bsr"
}

Schedule {
  Name = "WeeklyCycle"
  Run = Full 1st sun at 23:05
  Run = Differential 2nd-5th sun at 23:05
  Run = Incremental mon-sat at 23:05
}

Client {
  Name = my-fd
  Address = my
  FDPort = 9102
  Catalog = MyCatalog
  Password = "XXXXXXX"          # password for FileDaemon
  File Retention = 30 days            # 30 days
  Job Retention = 1 months
  AutoPrune = yes                     # Prune expired Jobs/Files
}

Storage {
  Name = my
# Do not use "localhost" here
  Address = my                # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "XXXXXXXX"
  Device = MyFileStorage
  Media Type = File
}

Pool {
  Name = Default
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle 
Volumes
#  Recycle Volumes = yes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 1 month         # one year
  Accept Any Volume = yes             # write on any volume in the pool
  Label Format = "$Year-$Month-$Day-$Job-$JobId"
  Maximum Volume Jobs = 1
  Maximum Volumes = 30
  Recycle Oldest Volume = yes
  Purge Oldest Volume = yes

} 




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