Hi all,
I have a J40 server running AIX 4.1.5, the system is now being phased out. Backup has been taken, using "dd", because of raw-devices. My problem now, is that I have to restore files from the /home-directory. Backup of /home has also been done by use of dd. Under /home there are several mountpoints. The backup-command is "dd if=/home of=/dev/rmt0.1 ibs=8192k obs=8192k". If I try to restore using this command "dd if=/dev/rmt0.1 of=/home ibs=8192k obs=8192k", I get the error-messge "/home is a directory". I have restored the data to a UNIX-file without errors. And then I hav used tar to try to locate my data. "dd if=<filename> ibs=8192k obs=16k | tar tvf -", then I get the message "tar blocksize error (0 =! 21272). I have tried this with "if=/dev/rmt0.1", and various blocksizes, but I still get the same message.
Does anyone have a good solution to this problem?
tia.
I have a J40 server running AIX 4.1.5, the system is now being phased out. Backup has been taken, using "dd", because of raw-devices. My problem now, is that I have to restore files from the /home-directory. Backup of /home has also been done by use of dd. Under /home there are several mountpoints. The backup-command is "dd if=/home of=/dev/rmt0.1 ibs=8192k obs=8192k". If I try to restore using this command "dd if=/dev/rmt0.1 of=/home ibs=8192k obs=8192k", I get the error-messge "/home is a directory". I have restored the data to a UNIX-file without errors. And then I hav used tar to try to locate my data. "dd if=<filename> ibs=8192k obs=16k | tar tvf -", then I get the message "tar blocksize error (0 =! 21272). I have tried this with "if=/dev/rmt0.1", and various blocksizes, but I still get the same message.
Does anyone have a good solution to this problem?
tia.