Path: utzoo!censor!geac!torsqnt!hybrid!scifi!bywater!uunet!shared!davec From: davec@shared.uucp (Dave Close) Newsgroups: comp.unix.sysv386 Subject: SVr4 cpio anomaly? Message-ID: <1991Feb27.215922.32594@shared.uucp> Date: 27 Feb 91 21:59:22 GMT Organization: Shared Financial Systems, Dallas, TX Lines: 28 System: 386 with Intel SVr4v2. No tape drive. Problem: Backup. A 2 GB tape is available on the net. I backup with the command, cd /; find . -print | cpio -o | rsh tapesys dd of=/dev/rmt1 obs=51200 It works reasonably well. I try to verify the backup with the command, rsh tapesys dd if=/dev/rmt1 | cpio -itv I quickly abort the verify because disk activity and the messages output indicate that cpio is actually restoring the files, NOT just displaying their names. I get messages about files being skipped since the disk version is newer and messages about an inability to link files which are already linked. This doesn't seem right! The man page for cpio clearly says that "no files are created" when using the -t switch. Is this a known bug or something I'm doing wrong? BTW, the man page for rsh on my system is linked to sh, that is, it is the man page for a restricted shell. But the rsh command is the expected remote shell. Seems like another minor slip-up. -- Dave Close Shared Financial Systems Dallas davec@shared.com vmail +1 214 458 3850 uunet!shared!davec fax +1 214 458 3876 My comments are my opinions and may not be shared by Shared.