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)
Hope this helps
MKMA