![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What Types of Food Do You Like The Most? | Neo | What's on Your Mind? | 21 | 4 Weeks Ago 07:51 AM |
| mime types | pau | UNIX for Dummies Questions & Answers | 5 | 06-11-2006 04:17 PM |
| Two types of pipes? | blowtorch | UNIX for Dummies Questions & Answers | 5 | 10-31-2005 06:35 PM |
| So many types of LINUX's! | Minnesota Red | UNIX for Dummies Questions & Answers | 2 | 06-29-2003 05:28 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
backup types
can anyone explain me difference between tar and ufsdump commands.............and also i wd like to know the difference between incremental and differential backup.........
thx in advance |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
tar is used to create or extract an archives, a tar files always have .tar extension. you can extract from an archive tar file by
issuing tar xvf my_file.tar and you can create tar file by issuing tar cvf my_newfile.tar archive_this_file while ufsdump is used to backup all files or whole filesystem to a tape or another filesystem. you use ufsdump to create a full backup or an incremental backup to use ufsdump to create a full backup issue ufsdump ucf 0 /dev/rmt/0 /usr this will do a full backup of the /usr filesystem. An incremental backup, back's up modify file only while differential is just another type of incremental backup. |
|||
| Google The UNIX and Linux Forums |