> I was wondering if someone could give a quick run down of the
> advantages/disadvantages of spooling the data to disk before writing it
> to tape, and the advantages/disadvantages of NOT spooling.
>
At least, spooling should guarantee that your tape drive is able to run at
full speed continuosly. If for some reason your system isn't able to supply
data to the tape drive at fast enough rate, the drive keeps
stopping-repositioning-writing-stopping again, which then takes extra time
and causes extra wear to the drive and the tape. Also, if you need to
manually change tapes during the backup, the data can be spooled nonstop,
resulting in more consistent set of files (no time gap due to waiting for
the tape change, that could take for hours sometimes)

On the negative side of spooling, you'll need a disk volume big enough where
to spool, and a slightly more complicated configuration.

--
TiN



-------------------------------------------------------------------------
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