[Bacula-users] BACULA: free space on tape

2011-05-10 Thread mulle78
Hello @all, I've purged a volume and appended a new back up to the tape. Is 
there a way to find out the free space on a tape to be shure that a reorg of a 
tap has be done successfully?!

+--
|This was sent by mulle...@gmx.de via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BACULA: free space on tape

2011-05-10 Thread Steve Ellis
On 5/10/2011 12:36 AM, mulle78 wrote:
 Hello @all, I've purged a volume and appended a new back up to the tape. Is 
 there a way to find out the free space on a tape to be shure that a reorg of 
 a tap has be done successfully?!

 +--
 |This was sent by mulle...@gmx.de via Backup Central.
 |Forward SPAM to ab...@backupcentral.com.
 +--

If the volume was purged, then Bacula will write from the beginning.  
There is no way to know how much space is left on a tape (unless you 
have compression disabled--and then probably only approximately), 
however, you can see how much data Bacula believes is on the tape--if 
that is relatively consistent with how large your backup was, then you 
know that is the only thing on the tape.  From bconsole, list media 
will display lots of information--look at the VolBytes field to see 
how much data is stored on the tape.  Note that VolFiles are tape 
files--not your files, unless configured otherwise bacula will put a 
end-of-file mark on the tape every gigabyte (IIRC) and at the end of 
every backup that doesn't end on a gigabyte boundary for faster 
positioning during restore.

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BACULA: free space on tape

2011-05-10 Thread John Drescher
On Tue, May 10, 2011 at 3:36 AM, mulle78 bacula-fo...@backupcentral.com wrote:
 Hello @all, I've purged a volume and appended a new back up to the tape. Is 
 there a way to find out the free space on a tape to be shure that a reorg of 
 a tap has be done successfully?!


list media pool=WhateverPoolYourTapeIsIn

John

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BACULA: free space on tape

2011-05-10 Thread Konstantin Khomoutov
On Tue, 10 May 2011 00:36:57 -0700
mulle78 bacula-fo...@backupcentral.com wrote:

 Hello @all, I've purged a volume and appended a new back up to the
 tape. Is there a way to find out the free space on a tape to be shure
 that a reorg of a tap has be done successfully?!
llist volume=yourvolumename in the Bacula console will show you the
VolBytes parameter which is how many bytes is currently stored on the
tape.

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users