thanks fpr Your great job.
It was exactly the solution.
Solution as follows:
/etc/bacula/bacula-dir.conf
# Default pool definition
Pool {
Name = Woche
Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 31 days # 31 days
Volume Use Duration = 31 days # 31 days <-------- New parameter
Accept Any Volume = yes # write on any volume in the pool
Cleaning Prefix = "CLNU"
}
Update the Bacula DB whith recycle Flag:
In the bconsole use the update command:
update -> pool from resource
update -> volume parameters -> select pool -> select any media -> all volumes from pool
Not exactly intuitive because for the latter you have to first select a volume to reach the "all volumes" option.
|