backup to hdd

I have a sistem freebsd8.0 and a hdd extern(500G) and I want to use he for backups but I have same problem .
Code:
#dump -0 -f /mnt/bac0 /
I mount the hdd in /mnt , the file exist but if i try
Code:
#restore -i -f /mnt/bac0
this is print "Tape is not volume 1 of the dump"

if i try
Code:
#dump -0 -f /dev/da0
and
Code:
#restore -i -f /dev/da0
the same result
 
Back
Top