Wolfgang Denk wrote:
In message <[EMAIL PROTECTED]> you wrote:
However, much of the reason you'd want to spool is to limit the amount of time that the client system is affected by a backup. Unless I'm mistaken -- which is quite possible -- the machine spools much more quickly than it would be able to write to tape, and then the RunAfterJob script can run much sooner. Is that actually true?

This is only true if your spool  file  is  big  enough  to  hold  whe
*whole* backup at once. Otherwise you will see a repeated sequence of

        Spooling data ...
        User specified spool size reached.
        Writing spooled data to Volume. Despooling XXX bytes ...
        Spooling data again ...
        User specified spool size reached.
        Writing spooled data to Volume. Despooling XXX bytes ...
        ...

and the client system is affected for a much longer time.

And assuming you are backing up some  big  RAID  array  it  might  be
difficult to provide big enough spool files.

So the only real advantage of data spooling as I see it  is  that  it
helps  to  reduce  tape  (drive) wear by avoiding frequent start-stop
sequences - which is only  a  problem  if  your  file  system  cannot
provide  the  data  faster  than the tape can write. In my experience
this is only the case for differential and incremental backups -  and
then the data size might be small enough to fit in a spool file.


Ideally I'd like to be able to turn spooling  off  for  level  "full"
backups   while   leaving   it  tuirned  on  for  "differential"  and
"incremental" ones.

I didn't find out yet how to do this. Any pointers?

Best regards,

Wolfgang Denk

Hi,

You can override your job's default in the schedule, something like :

Schedule {
 Name = "MySchedule"
 Run = pool="MyPool" Full fri at 20:30
Run = SpoolData=yes pool="MyPool" Storage="LTOdrive" Differential mon-thu at 20:30 Run = SpoolData=yes pool="MyPool" Storage="LTOdrive" Incremental fri at 11:35
}

Ludovic Strappazon.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to