Image Backup

General VMS based discussions.
Post Reply
Message
Author
User avatar
issinoho
Site Admin
Posts: 202
Joined: Tue Feb 01, 2005 12:53 am
Location: Scotland
Contact:

Image Backup

#1 Post by issinoho »

Boot from DVD image and select option [8] to drop to DCL.

Mount the source disk.

Code: Select all

$$$ mount/over=id dka0:
Mount the destination disk.

Code: Select all

$$$ mount/for dka400:
Perform the backup.

Code: Select all

$$$ backup/image dka0: dka400:
Finally logout and reboot using new disk.

Post Reply