From: Israel G. <iga...@gm...> - 2007-09-28 12:40:25
|
Hi, I have a box running CentOS 4.5 and an external hdd (100 GB) connected in /dev/sda1.. I'm dumping all filesystems to files.dump to the external hdd running this: dump -0 -a -f /mounted_exthdd/filesystem.dmp / dump -0 -a -f /mounted_exthdd/filesystem.dmp /usr dump -0 -a -f /mounted_exthdd/filesystem.dmp /var and so on.. So, When I'm gping to restore I run: restore -i -A /mounted_exthdd/filesystem.dmp to enter in interactive mode but when I add/restore files I get this error: restore > extract Mount tape volume 1 Enter ``none'' if there are no more tapes otherwise enter tape name (default: /dev/tape) none You have not read any volumes yet. Unless you know which volume your file(s) are on you should start with the last volume and work towards the first. Specify next volume # (none if no more volumes): none ./local/bin/backup2file.sh: (inode 1782407) not found on tape So, I can not restore nothing from this dumped files... Can you help me? thabks in advance -- Regards; Israel Garcia |