# take a full back of /home on /tmp/back file
dump -0u -f /tmp/back  /dev/hda4
or take a full bakup of /home into other device
dump -0u -f /dev/st0  /dev/hda4

#to restore from a backup
go to the directory where you want to restore
restore -rf /dev/st0