![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| restore mysql dump file in many remote servers? | blesets | Shell Programming and Scripting | 2 | 09-13-2006 02:17 AM |
| Restore command | Latha Nair | UNIX for Dummies Questions & Answers | 5 | 10-07-2004 07:25 AM |
| restore dump - help | sankera | UNIX for Dummies Questions & Answers | 2 | 07-09-2003 03:19 PM |
| dump command | Patman | UNIX for Dummies Questions & Answers | 1 | 11-15-2002 06:51 PM |
| Dump Command in Linux | syedifti | UNIX for Dummies Questions & Answers | 1 | 10-23-2001 04:30 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi, I am using RHEL 4.0 I need to take backup of a directory and then restore it to some other location. For taking Backup of final directory, I am using this code: Code:
dump -0aj -f /home/vicky/final.dump /home/vicky/final/ Now, I am trying to restore this final.dump to some other directory, say /tmp/vv When, I am using code Code:
restore -rf final.dump /tmp/vv I am getting these errors :- Code:
[root@xxx tmp]# restore -rf final.dump /tmp/vv Dump tape is compressed. restore: ./home: File exists restore: ./home/vicky: File exists restore: ./home/vicky/final: File exists [root@xxxx tmp]# The final.dump is again trying to uncompress in /home/. Pls help, I need to uncompress final.dump in some other location. Thanks in adv. Vikas |
|
||||
|
I'm not familiar with dump/restore (or rather, my familiarity is restricted to an old version of BSD where dump would always "dump" core on me when the first cartridge got full and I would have needeed to swap cartridges) but my impression is that these utilities are very little used. Could you use tar instead?
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|