Hi,
I want to copy all Filesystems from one machine to a second via
ufsdump and ufsrestore from unmounted filesystems, but i'm not familar
with these commands, can someone help me?
my OS is solaris 2.5.1
i thought about something like:
ufsdump [someparameters] /dev/vx/rdsk/vg1/first_part | rsh
"newmachine" ufsrestore [someparameters] /dev/vx/rdsk/vg1/first_part
if i'm right, just tell me something about "someparameters"
Thanx in advance