![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| level 0 dump | jo calamine | UNIX for Advanced & Expert Users | 1 | 12-08-2006 10:00 AM |
| core dump | sudhir patnaik | UNIX for Advanced & Expert Users | 6 | 05-26-2006 07:03 AM |
| fs dump | chobos | SUN Solaris | 1 | 05-10-2005 08:07 AM |
| help, what is the difference between core dump and panic dump? | aileen | UNIX for Dummies Questions & Answers | 1 | 06-11-2001 09:08 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
tar vs dump
Hi everybody,
My objective : copy a server, and be able to replicate it ( entirely) to a test environment. (Not for backing up the server) I have went through the man pages (i admit,not comprehensively) of tar and dump. I notice that they are loosely the same. since both allow me to extract what i need and later exploding the directories to where ever i want them. May i know which is more suited for my objective and why? If my objective is to back up , would dump be a better alternative? |
|
||||
|
my os is sco 5.0.6
cpio is best instate of tar, tar have some limitation. go first where to start copy. ./ will be restore from current directory. cpio -OcvdB -O /dev/nrStp0 ./* tar cvf /dev/nrStp0 ./* |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|