On Wed, 22 Nov 2006 23:11:59 +0100
Andras Horvai <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> Well thanks for your answer. I will change my volumes size useing the
> Max Volume Bytes setting. What settings do you reccomend if you used
> this feature? If I issue the list volumes command in console I got
> this:
> 
> +---------+---------------+-----------+----------------+----------+--------------+---------+------+-----------+-------------+---------------------+
> | MediaId | VolumeName    | VolStatus | VolBytes       | VolFiles | 
> VolRetention | Recycle | Slot | InChanger | MediaType   | LastWritten         
> |
> +---------+---------------+-----------+----------------+----------+--------------+---------+------+-----------+-------------+---------------------+
> |       3 | ServersDiff01 | Used      | 51,590,350,000 |       12 |      
> 432,000 |       1 |    0 |         1 | ServersFile | 2006-11-17 00:24:09 |
> |       4 | ServersDiff02 | Append    | 33,334,244,961 |        7 |      
> 432,000 |       1 |    0 |         1 | ServersFile | 2006-11-22 23:01:41 |
> +---------+---------------+-----------+----------------+----------+--------------+---------+------+-----------+-------------+---------------------+
> 
> What does VolFiles mean? I didn't find it in the documentation.

I've been wondering about that.  I wish one of the developers would chime in 
here.

I seem to remember that a trick used on tape drives is to write an EOF marker 
every
so often, then when restoring, the drive can quickly seek X EOF markers ahead 
before
it has to slow down to read through the data.

If I'm understanding this correctly, there's no reason Bacula can't do the same
thing with file volumes.  If it writes an EOF marker every 4G (which it seems 
to,
based on your output) it can seek() to the within 4G of the data it needs, then
it only needs to read() through a maximum of 4G to get the data.

Again, I wish a developer would chime in and comment on whether I'm correct or 
not.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to