Il giorno martedì 6 marzo 2018 14:18:03 UTC+1, Russell Adams ha scritto:
> BareOS users,
> 
> I could use some direction for best practices to resolve when backups to disk
> fill the disk.

Hi Russell,

in our company we had this same problem and we have solved with this 
configuration.

In the "Pool.conf" file you should add these options:
- "Recycle = yes"
- "RecyclePool = ###TheNameOfTheSamePool###"
- "Recycle Oldest Volume = yes"

When the job retention is expired (and also the volumes is expired), BareOS 
recycle the oldest volumes.

With this configuration (and these options) we do not have to delete files from 
file server.

Here below, you can find an example of pool configuration.

I hope it's helpful ;-)

Cheers,
Gab

##############################
Pool {
  Name = DailyPool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  RecyclePool = DailyPool
  Volume Retention = 7 days
  File Retention   = 7 days
  Job Retention   = 90 days
  Recycle Oldest Volume = yes
  Storage = File
  Maximum Volume Jobs = 5
  Label Format = "Pool-Daily-Vol-"
}
##############################

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to