On Mon, 14 Dec 1998, Martin Jacobs wrote:
> > I use an iomega ditto 2GB tape drive connected to an ditto dash
> > accelerator card (2Mbit/s).
> >
> > The driver version is ftape 4.02
> >
> > i calculated an approx. backup speed of only 1.2MBit/s without
> > compresseion.
> >
> > Why it is so slow?
>
> Does your tape stream or does it stop and go? Maybe you need
> more buffer space.
>
> During large backups my average is 13MB/min (without
> compression). This leads to a speed of roughly 1.7MBit/s.
I use the following command to do the backup:
tar -cSpvf - -V "Full Root Backup $datum" \
/System.* /bin /boot /dev /etc /home /lib /opt \
/root /sbin /usr /var /vmlinuz /vmlinuz.old \
2> /tmp/FullRootBackup.${datum} | \
gzip -q5 | \
buffer -o /dev/ntape -m 2048k -p 50
and the tape stops once a minute, but i think for changing the tape
direction. It does not this run-stop-rewind-run-stop-rewind-shit....
Another question (i asked earlier but no answers...)
I need a running bootdisk with ftape 4.02, the one i created does not work
cause of errors during reading the tape. Someone who has a good and
running boot/root disk set and who send me disk-images ?!?
Thanks,
Alexander.