I'm a Solaris admin. and I have a new job with Digital UNIX box. I need to know the best way to make a System Backup in Tru64. I don't know nothing about this OS, but I know alot of UNIX OS.
Well, I am a VMS guy, but I had to learn True64 Unix..
You can use either dump/restore or vdump/vrestore depending on your Unix Version (vdump/vrestore must be used for ADVFS).
the files are located in the /sbin directory.
the line should be like this
/sbin/vdump -f /dev/nrmt0h /disk1
where /dev/nrmt0h is the tape drive to backup to, /disk1 is the mount point of the disk you want to backup.
check also the man pages for vdump or dump (# man vdump)
Also check all the possibilities in the man pages using the command
#man vdump
I want to say also that you can use the vdump/vrestore with ufs as well as AdvFs, check first if the ADVFS Polycenter software is installed and you have /sbin/vdump and /sbin/vrestore available.
If not, you have to intall the ADVFS POLYCENTER software (available on the operating system CD) and rebuild the kernel.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.