Hello, everybody!
Can somebody help with restore via ftp, plz?
So, I have backup-server. Access to it - only via FTP. I have dump file there. With this file everything OK - I can watch files in it etc.
Than, I make newfs on machine, mount it to /mnt and:
After download progress endinding - I don't have anything on my partition:
Any ideas - what I do wrong?
P.S. sorry for my English
Can somebody help with restore via ftp, plz?
So, I have backup-server. Access to it - only via FTP. I have dump file there. With this file everything OK - I can watch files in it etc.
Than, I make newfs on machine, mount it to /mnt and:
Code:
# restore rf | ftp ftp://user@backup.something.com/file.dump -
After download progress endinding - I don't have anything on my partition:
Code:
...
5656135680 bytes received in 14:58 (6.00 MB/s)
221-Goodbye. You uploaded 0 and downloaded 5523570 kbytes.
221 Logout.
frenzy:/mnt@[12] # ls
/bin/ls: Input/outpu erro.
frenzy:/mnt@[12] # df -h
Segmentation fault.
frenzy:/mnt@[12] # cd /
frenzy:/@[12] # file -s /dev/da
da0% da0p1% da0p2% da0p3%
frenzy:/@[12] # file -s /dev/da0p2
Segmentation fault.
Any ideas - what I do wrong?
P.S. sorry for my English