HI, Managers,
I backed up a file system remotely using:
vdump -0uv -b 20 -f - /usr | rsh XXX dd of=/dev/nrmt0h bs=60k
vdump worked fine.
After dump, I tried to verify that I backed up all the files, using:
rsh XXX dd if=/dev/nrmt0h bs=60k | vrestore -if -
it shows:
vrestore: Date of the vdump save-set: Thu Feb 24 13:47:50 2000
(/)
But, when I typed 'ls' after (/), it took forever to give me the list of
files. My questions are:
1. Is it the normal behavior of remote vrestore?
2. Is there a better way to do that?
Thanks
Ying Xu
ITSS - System Management
email:ying.xu_at_telecheck.com
phone: 713-331-6503
Received on Thu Feb 24 2000 - 21:37:44 NZDT