In my new job, there is a script file (HP UNIX) for the existing backup
#****** Start of file *****
chmod ug+w /d01/world/symix.lg
procopy /d01/world/symix /d03/symix/backup/symix
#****** End of file *****
*** note - the bi file actually stored in /d02/world/symix_bi/symix_b1, symix_b2 ...
If I need to restore the backup file back to /d01/world/symix
Can I just do a reverse script file
#******* Start of file ******
chmod ug+w /d03/symix/backup/symix.lg
procopy /d03/symix/backup/symix /d01/world/symix
#******* End of file *******
#****** Start of file *****
chmod ug+w /d01/world/symix.lg
procopy /d01/world/symix /d03/symix/backup/symix
#****** End of file *****
*** note - the bi file actually stored in /d02/world/symix_bi/symix_b1, symix_b2 ...
If I need to restore the backup file back to /d01/world/symix
Can I just do a reverse script file
#******* Start of file ******
chmod ug+w /d03/symix/backup/symix.lg
procopy /d03/symix/backup/symix /d01/world/symix
#******* End of file *******