Re: Question about backups

andrew.russell_at_gmail.com
Date: 09/29/04


Date: 29 Sep 2004 11:36:26 -0700

So then should I

find . -print | backup -i -q -f /dev/rmt0 | if $? > 1 then echo
"Backup failed">> /tmp/backup.log

Or should I

find .f -print | backup -i -q -f /dev/rmt0
if $? > 1 then echo "Backup failed" >> /tmp/backup.log

Does anyone have a good description of how tapechk verifies integrity?
The only thing I get from google is the man pages.

Thanks in advance.