hello,

i've set bacula to backup some pc.
i've a problem with recycle of the volume.
i've only 1 volume and 1 pool, on hard disk.

this is the device section of backula-sd.conf
...
Device {
  Name = FileStorage
  Media Type = File
  Archive Device = /mnt/disc2/bacula/backups
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = Yes;
  RemovableMedia = no;
  AlwaysOpen = no;
}
...

this is a job of a pc (on backula-dir.conf)
...
Job {
  Name                = "xp-hozone"
  Client              = xp-hozone_fd
  Write Bootstrap     = "/var/lib/bacula/xp-hozone.bsr"
  Type                = Backup
  Level               = Differential
  FileSet             = "FileSet_xp-hozone"
  Schedule            = "Schedule_xp-hozone"
  Storage             = File_Storage
  Pool                = DefaultPool
  Messages            = Standard
  Priority            = 10
  Reschedule On Error = yes
  Reschedule Interval = 10 minutes
}
FileSet {
  Name = "FileSet_xp-hozone"
  Include {
    Options {
      signature = MD5
      portable  = yes
    }
    File = "c:/Web"
  }
}
Client {
  Name = xp-hozone_fd
  Address = 192.168.1.10
  FDPort = 9102
  Catalog = MyCatalog
  Password = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
  File Retention = 15 days
  Job Retention = 16 days
  AutoPrune = yes
}
Schedule {
  Name = "Schedule_xp-hozone"
  Run = Full sat at 13:05
  Run = Differential mon-fri at 13:05
}
...

this is my pool section from bacula-dir.conf
...
Pool {
  Name = DefaultPool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 14 days
  Recycle Oldest Volume = yes
  Recycle Current Volume = yes
  Purge Oldest Volume = yes
  Accept Any Volume = yes
}
...


file and job retention works. if i do "list jobs" from bconsole, i will not
see 15 days old jobs.

but my pool / volume do not recycle until it is full.
all the jobs in list should be 30Gb more or less every 2 week, but my volume
always grow up.
when the volume it full (i.e. my HD is full), then it is pruned, but it
became 0Mb size.

i would like to have a volume with "constant" size that mantain backup for 2
weeks.

how can i do?

regards,
hOZONE







-- 
View this message in context: 
http://www.nabble.com/autoprune-and-recylce-on-hard-disk-volume-tp14454928p14454928.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to