-
1
- #1
I want to make a remote backup.
The problem is that I have different boxes. SCO and AIX.
Is it possible to make a bootable backup(mksysb) of the AIX system with this config?
//
Will this script make the tape bootable? if the backup is done with mksysb?
LOCAL=/dev/tape_dev
REMOTE=/dev/tape_dev
dd if=$LOCAL ibs=64k obs=512 | rsh remote_host dd ibs=512 obs=64k of=$REMOTE
thanks in advance!
/mats.
The problem is that I have different boxes. SCO and AIX.
Is it possible to make a bootable backup(mksysb) of the AIX system with this config?
//
Will this script make the tape bootable? if the backup is done with mksysb?
LOCAL=/dev/tape_dev
REMOTE=/dev/tape_dev
dd if=$LOCAL ibs=64k obs=512 | rsh remote_host dd ibs=512 obs=64k of=$REMOTE
thanks in advance!
/mats.