My pool def is like this:
Pool {
Name = file_abc
Pool Type = Backup
Volume Retention = 28 days
Recycle = yes
AutoPrune = yes
LabelFormat = abc
Maximum Volume Bytes = 100G
Maximum Volumes = 5
Action On Purge = Truncate
}
I don't have:
Recycle Oldest Volume = yes
RecyclePool
> On Wed, 15 Aug 2018 16:45:54 +0100, Chris Wilkinson said:
>
> I'm approaching 100% capacity on my backup storage so will soon start
> running into out of space warnings. Is there a way that the disc space used
> by volumes with no associated jobs can be reclaimed and the storage made
> avail
Hello,
2018-08-16 23:11 GMT+02:00 Jérôme Blion :
> Le 16/08/2018 à 13:56, Radosław Korzeniewski a écrit :
>
> Hello,
>
> 2018-08-15 17:45 GMT+02:00 Chris Wilkinson :
>
>> I'm approaching 100% capacity on my backup storage so will soon start
>> running into out of space warnings. Is there a way th
Hello Chris,
> Le 16/08/2018 à 23:37, Chris Wilkinson a écrit :
>> I did. I implemented the runscript mentioned there that runs daily.
>> Job {
>> Name = CatalogBackup ...
>> RunScript {
>> RunsWhen=After
>> RunsOnClient=No
>> Console = "purge volume action=truncate allpools storage=File"
>> }
Le 16/08/2018 à 23:37, Chris Wilkinson a écrit :
I did. I implemented the runscript mentioned there that runs daily.
Job {
Name = CatalogBackup ...
RunScript {
RunsWhen=After
RunsOnClient=No
Console = "purge volume action=truncate allpools storage=File"
}
}
This doesn't seem to be having