View Single Post

   
  #3 (permalink)  
Old 02-16-2008, 05:05 AM
asumoactingbig
 
Posts: n/a
Default Re: restore hangs scsi bus?

> Just for clarity, there are more switches used with interactive
> restore than just 'restore -i'. Exactly what command are you using?
>
> Exactly what command did you use to write the backup tapes?
>
> Did you specify a blocksize when writing the backup tapes? While it
> is sometimes true that restore can determine the blocksize of the
> tape it is reading, it is more often the case that it can not.
> (after the era of 9-track tapes). It is always safer to specify a
> blocksize to restore.


restore -i is the command I was using. According to the restore man
page it should be cool to call it with only that flag. Is that not
so? I was trying to restore a couple specific files.

To write the backups I used:
/sbin/dump -0a -f /dev/nrst0 /myfolder/filestodump

I think I can do without the -a flag.

If I didn't specify the blocksize when I did the dump, how do I know
what blocksize to call restore with?
Reply With Quote