Re: Question about backups
andrew.russell_at_gmail.com
Date: 09/29/04
- Next message: ronald piazza: "AIXTHREAD_GUARDPAGES default settings"
- Previous message: Bill: "Re: Question about backups"
- In reply to: Bill: "Re: Question about backups"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: ronald piazza: "AIXTHREAD_GUARDPAGES default settings"
- Previous message: Bill: "Re: Question about backups"
- In reply to: Bill: "Re: Question about backups"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]