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