Apologies if this is a remedial question, Im not familiar with AIX.
I have a box (box A)running aix 4.3.2 which has been cloned onto a similar box (box B)using a mksys tape. I've since restored data from box A onto box B using the cmd restore -xvf /dev/rmt1.
Since then i found that I need to overwrite this data with the same backup. I used the same command but I'm not sure that it did actually overwrite the data that was restored from the previously.
The backup command used to backup the box is
backup -ivf /dev/rmt1 -p -q. The directories that it backs up are data areas ( The /var /usr /home etc arent being backed up, I'm guessing the mksys took care of them)
My query is, Will restore -xvf overwrite the data in the directories that were previously restored with this command?
Should I use the -r switch instead? Bearing in mind that i dont want to nix the OS?
Cheers
I have a box (box A)running aix 4.3.2 which has been cloned onto a similar box (box B)using a mksys tape. I've since restored data from box A onto box B using the cmd restore -xvf /dev/rmt1.
Since then i found that I need to overwrite this data with the same backup. I used the same command but I'm not sure that it did actually overwrite the data that was restored from the previously.
The backup command used to backup the box is
backup -ivf /dev/rmt1 -p -q. The directories that it backs up are data areas ( The /var /usr /home etc arent being backed up, I'm guessing the mksys took care of them)
My query is, Will restore -xvf overwrite the data in the directories that were previously restored with this command?
Should I use the -r switch instead? Bearing in mind that i dont want to nix the OS?
Cheers