[Bacula-users] Purge all volumes in a pool

2016-04-02 Thread bdam
Is there one command to purge a pool? It's tedious going through each single volume for large sets. +-- |This was sent by bill.dam...@yahoo.com via Backup Central. |Forward SPAM to ab...@backupcentral.com. +--

Re: [Bacula-users] Purge all volumes in a pool

2016-04-02 Thread Heitor Faria
> Is there one command to purge a pool? It's tedious going through each single > volume for large sets. Hello, Bill: I think there is not. You can purge a volume with a single line command in bconsole (purge volume=volume_name), or use the bellow script changing the Pool Name: for volname in $

Re: [Bacula-users] Purge all volumes in a pool

2016-04-02 Thread Heitor Faria
>> Is there one command to purge a pool? It's tedious going through each single >> volume for large sets. > > Hello, Bill: I think there is not. You can purge a volume with a single line > command in bconsole (purge volume=volume_name), or use the bellow script > changing the Pool Name: > > for