I'm trying to copy some home directories from a aix 4.2.1 machine to a aix 4.3.3-09 machine.
If I use the backup and restore commands to move the data, all the modification stamps on the top level directories change to the time of the restore.
The MAN page for the restore command says that the restore command by default keeps the original modification stamp.
If I go into one of the restored directories I find someway down the path either a file/direcory where the date/time has changed, yet all of the other files in the home directory seem ok.
I've also tried tar and cp -p with similar results.
Can anyone offer any suggestions? The commands used are as follows:
find . -print |backup -ivqf backup.file
restore -xvqf backup.file
Thanks,
John
If I use the backup and restore commands to move the data, all the modification stamps on the top level directories change to the time of the restore.
The MAN page for the restore command says that the restore command by default keeps the original modification stamp.
If I go into one of the restored directories I find someway down the path either a file/direcory where the date/time has changed, yet all of the other files in the home directory seem ok.
I've also tried tar and cp -p with similar results.
Can anyone offer any suggestions? The commands used are as follows:
find . -print |backup -ivqf backup.file
restore -xvqf backup.file
Thanks,
John