![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| restore mysql dump file in many remote servers? | blesets | Shell Programming and Scripting | 2 | 09-12-2006 10:17 PM |
| Restore command | Latha Nair | UNIX for Dummies Questions & Answers | 5 | 10-07-2004 03:25 AM |
| restore dump - help | sankera | UNIX for Dummies Questions & Answers | 2 | 07-09-2003 11:19 AM |
| dump command | Patman | UNIX for Dummies Questions & Answers | 1 | 11-15-2002 02:51 PM |
| Dump Command in Linux | syedifti | UNIX for Dummies Questions & Answers | 1 | 10-23-2001 12:30 PM |
|
|
LinkBack | Thread Tools | 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/ When, I am using code Code:
restore -rf final.dump /tmp/vv 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]# Pls help, I need to uncompress final.dump in some other location. Thanks in adv. Vikas |
| Forum Sponsor | ||
|
|
|
|||
|
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?
|