I'm just finalising our changeover of a SCO OpenServer 5.0.0 system from an old Digital server to a newer Comaq one. The Digital server had a Sony DDS DAT drive - one of the original 2/4GB drives. When doing a full cpio backup of the /root filesystem, it took around twenty to thirty minutes. The Compaq server has a later DDS3 12/24GB tape drive. With the same data (that was transferred from the old server), it's taking around forty-five minutes to back up. Moreover, when I tested a disaster recovery on the Compaq server by installing a blank HDD, booting from the emergency floppies, and then doing a cpio restore, the restore took somewhere in the region of two hours! I can't check the validity of the backups without some additional software such as BackupEdge, but it certainly seemed to restore okay with no corruptions. When backing up it seems to whizz through the files fairly quickly, but seems to take an inordinate amount of time to backup larger files. The jumper and dip switch configurations are the same between the two DDS drives, we're using new tapes, and I didn't do anything with mkdev to add the larger capacity tape drive. Could it be something to do with blocking factors? It's backing up around 650MB (in 45 mins) using the following cpio command from /
find . -depth -print | cpio -ocv > /dev/rmc0
find . -depth -print | cpio -ocv > /dev/rmc0