ing.
Cheers, Uwe
>
> -Original Message-
> From: Humphrey Bryant [mailto:hbry...@fogadaley.com]
> Sent: Thursday, March 14, 2013 12:59 PM
> To: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] How to remove disk volumes.
>
> Nice write up!
> Thn
> I've been using Bacula for only a few weeks, so I haven't gotten to the point
> where my first backup job is older than my retension time (30 days).
I hope you set limits on the volume usage. Remember that the retention
period does not even begin until a volume is marked Full or Used.
Without l
ycling of
disk-storage media?
Steve
-Original Message-
From: Humphrey Bryant [mailto:hbry...@fogadaley.com]
Sent: Thursday, March 14, 2013 12:59 PM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] How to remove disk volumes.
Nice write up!
Thnx mch..
On 03/13/2013 10:48 P
Nice write up!
Thnx mch..
On 03/13/2013 10:48 PM, Dan Langille wrote:
I just did something similar recently. Hope this helps:
http://dan.langille.org/2013/03/07/deleting-old-bacula-volumes/
<>--
Everyone hates slo
On Mar 11, 2013, at 5:33 AM, Erik P. Olsen wrote:
> I run bacula using disk based volume files. I am shortly running out of space
> of
> my backup device. Apparently there are lots of files which are no longer
> needed.
> What is the mechanism of removing such volumes. There are commands like
Hello,
2013/3/11 Bill Arlofski
> On 03/10/13 16:33, Erik P. Olsen wrote:
> > I run bacula using disk based volume files. I am shortly running out of
> space of
> > my backup device. Apparently there are lots of files which are no longer
> needed.
> > What is the mechanism of removing such volume
Am 11.03.2013 01:13, schrieb Bill Arlofski:
> or in a script to remove several:
>
> for vol in "list of volumes"; do
> echo "delete volume=$vol yes" | bconsole
> done
May I suggest a slight optimization?
for vol in "list of volumes"; do
echo "delete volume=$vol yes"
done | bconsole
avoids s
On 03/10/13 16:33, Erik P. Olsen wrote:
> I run bacula using disk based volume files. I am shortly running out of space
> of
> my backup device. Apparently there are lots of files which are no longer
> needed.
> What is the mechanism of removing such volumes. There are commands like
> delete,