![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using ufsdump and ufsrestore | charleywasharo | SUN Solaris | 5 | 03-18-2008 10:42 AM |
| ufsdump and restore | charleywasharo | UNIX for Advanced & Expert Users | 1 | 02-28-2008 06:06 PM |
| ufsdump issue | shorty | UNIX for Dummies Questions & Answers | 1 | 12-11-2007 12:11 PM |
| ufsdump | legato | UNIX for Dummies Questions & Answers | 4 | 03-10-2005 01:45 AM |
| Ufsdump | DPAI | UNIX for Dummies Questions & Answers | 3 | 07-10-2001 11:13 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi,
I want to how to take backup of File system From Disk to Disk using ufsdump? Wheather we can take the backup of root file system from one disk to another if tape drive is not available? wheather it is reliable to restore root file system? |
|
||||
|
1first put to the first hard disk to dump and then the target disk
2boot on the hard disk to you want to dump 3 format and partition the the target hardisk partition size same as harddisc to dump 4enter this command ufsdump 0f - / | ( cd /cop/0 ; ufsrestore -rf - ) ufsdump 0f - /export/home | ( cd /cop/7 ; ufsrestore -rf - ) this two command will dump the root and home partition installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk /dev/rdsk/c0t3d0s0 this command install the bootblk to your target disk c0t3d0s0 is the target disk more detail command in man pages |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|