![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| verify if a process exists (ps) | melanie_pfefer | Shell Programming and Scripting | 4 | 04-05-2008 01:34 PM |
| How to verify DST Update | Yorgy | UNIX for Dummies Questions & Answers | 8 | 03-06-2007 12:51 PM |
| verify arguments | bebop1111116 | Shell Programming and Scripting | 2 | 09-19-2006 05:08 PM |
| Verify Parameters | lesstjm | Shell Programming and Scripting | 2 | 04-17-2003 01:59 PM |
| Solaris (verify 64 or 32 bit | witt | UNIX for Dummies Questions & Answers | 3 | 11-30-2001 08:46 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
SCO Backups and Verify Log
Hi,
I am after using TAR to backup to tape in SCO 5 but i want to produce a log that tells me that the backup has been successful. Any Suggestions |
| Forum Sponsor | ||
|
|
|
|||
|
A quick way, but not a true verify, is the list out the contents to a file:
tar tvf /dev/[tape drive name] > /log/tpbkup.log where you replace the [tape drive name] with the correct name of your tape drive. Usually '/dev/rStp0' Also, tar has "fallen" out of popularity since it does not have a true verify method of the data. For this reason, we have been "looking" for better backup systems with data verification and system recovery tools. Two of these are "Lone Tar" and "BackupEDGE." These are in the category of "super tar" backup systems for they backup the device files, provide a true data verification and system recovery (butt saver when hard drive crashes.) |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|