![]() |
|
|
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 |
| Tape Status shows 2 Hard errors and 5 Underruns on new tape | psytropic | SCO | 5 | 04-24-2008 02:29 PM |
| Space free on tape /delete a single file on tape | Minguccio75 | UNIX for Advanced & Expert Users | 3 | 12-21-2006 12:03 AM |
| ufsdump | legato | UNIX for Dummies Questions & Answers | 4 | 03-10-2005 01:45 AM |
| Is it possible to ufsdump to a file instead of a tape device? | PSC | UNIX for Dummies Questions & Answers | 8 | 07-21-2004 02:08 PM |
| Ufsdump | DPAI | UNIX for Dummies Questions & Answers | 3 | 07-10-2001 11:13 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
If you want to put more dumps on the tape, you would have to use the mt command to go to the end of the last dump (or it would write over the ones you already put on there). See the man page for mt. Use the tape device that includes the 'n' (for no-rewind) and do a mt -f /dev/rmt/yourdevice'n' (such as /dev/rmt/5n) fsf 3 (where 3 is the number of to skip forward).
|
|
|||||
|
you should also think about the number...
theses numbers are only (exept 0) logical numbers for the administrator. if you take your level 0 backup the whole system is backuped.... if you take your level 3 backup the changes will be saved, so if you backup a new level 3 the changes since level 0 will be saved again BUT if you would take level 4 the changes since the level 3 backup will be changed ufsdump 0vuf /dev/rmt/0 --> whole backup mt fsf 1 --> forward one tapestamp ufsdump 3vuf /dev/rmt/0n --> backup changes since 0 to unrewind tape mt fsf 2 --> forward two tapestamps ufsdump 5vuf /dev/rmt/0n --> backup changes since 3 .... ... .. . ufsdump 4vuf /dev/rmt/0n --> backup changes since 3 but the 5 will be ignored and changes will also be stored.... with the -u option the system updates you /etc/dumpdates to manage the dump-levels greetings pressy |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|