Sponsored Content
Full Discussion: SCO Backups and Verify Log
Operating Systems SCO SCO Backups and Verify Log Post 302189982 by uxlunatick on Monday 28th of April 2008 10:49:32 AM
Old 04-28-2008
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.)
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

backups

When using hostdump.sh to backup a system I can do it fine. But how can I restore what I backuped up? :) Thx in advance (2 Replies)
Discussion started by: merlin
2 Replies

2. UNIX for Dummies Questions & Answers

Backups.

Hello everyone my ? is about backups. I'am running SCO OS 505 and currently backing up the hole HD. Well the back up is taking too long and this is becoming a problem for the users since we are a 24-7 bussines, I whant stop backing up every thing on the HD. What are the most important files and... (1 Reply)
Discussion started by: kikkin
1 Replies

3. UNIX Desktop Questions & Answers

Backups too CD

I've been handed the task of backing up some of our system files on a Solaris box. No probs. Zipped the logs that needed backing up but my superiors do not want it on tape, they want it spanned on CD's. The CD-Writer is available on a MS box. FTP'd the zipped logs across too the MS Machine but now... (1 Reply)
Discussion started by: mccrack_2003
1 Replies

4. UNIX for Dummies Questions & Answers

SCO - User log problem

Hi everyone! It's been a while since I posted here! Here's my question - Every week I check various logs (disk usage, etc), but the problem I'm finding with the user logs, is that they only go back a day, when I use the 'last' command. Is there any way of recording 7 day's worth of user access... (3 Replies)
Discussion started by: Ypnos
3 Replies

5. SCO

system log of SCO

Hi, I did shutdown and restart SCO server, now wanna find log to know exactly when system was effected. I took a look at /var/adm/ but seem there are no logs for my required information. it seems diff from Sun or HP UNIX... appreciate all your help. Thanks (2 Replies)
Discussion started by: milo
2 Replies

6. AIX

Tape backups: do you always verify them after doing them ?

It may seam a bit odd that I ask this question. After you have done your backups to tapes, do you verify the content of the tapes ? - never - sometimes - always The reason I am asking is that here in the office, all the backup procedures include verifying the content of the tapes (no... (5 Replies)
Discussion started by: Browser_ice
5 Replies

7. SCO

sco wont log auth data

Hi, I am using /etc/syslog.conf: *.debug /usr/adm/syslog *.* @remote-host This setting doesn't record user login information. Every time I do logger test 1 logger test 2It gets recorded just fine. Any ideas? (1 Reply)
Discussion started by: polestar
1 Replies

8. SCO

SCO tape backups won't restore in Ubuntu Linux environment

Hello folks. I have the following problem: I'm trying to create a tape backup of a list of files on a 10 year old server, running SCO Openserver 5.0.5 (the tape drive is a Seagate STD224000N, connected as a SCSI drive). I then want to restore the contents of this tape onto a new server... (6 Replies)
Discussion started by: klabelkholosh
6 Replies

9. SCO

SCO 6.0.0 hangsat install cdrom verify

Installing SCO 6.0.0 on a Supermico server. Has an LSI 9240-8i MegaRaid SAS controller using the megasas drivers. Created a driver diskette and it loads the drivers in first part of install OK. When all drivers are loaded it starts the installation process and it hangs with the "... verify (cdrom)"... (4 Replies)
Discussion started by: adacomp
4 Replies

10. SCO

SCO UNIXware 7.1.4 system backups

Hi, I wonder if someone can help me, I want to backup my sco unix system, I dont have an external/internal tape drive. How can I make a system backup? I do have a CD-RW on the server. I am new to sco unix. Please can anyone advise on what methods I can use, I have looked a cpio. I tried... (1 Reply)
Discussion started by: kpnuts
1 Replies
tcopy(1)							   User Commands							  tcopy(1)

NAME
tcopy - copy a magnetic tape SYNOPSIS
tcopy source [destination] DESCRIPTION
The tcopy utility copies the magnetic tape mounted on the tape drive specified by the source argument. The only assumption made about the contents of a tape is that there are two tape marks at the end. When only a source drive is specified, tcopy scans the tape, and displays information about the sizes of records and tape files. If a des- tination is specified, tcopy makes a copies the source tape onto the destination tape, with blocking preserved. As it copies, tcopy pro- duces the same output as it does when only scanning a tape. The tcopy utility requires the use of Berkeley-compatible device names. For example, example% tcopy /dev/rmt/1b /dev/rmt/2b ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWesu | +-----------------------------+-----------------------------+ SEE ALSO
mt(1), ioctl(2), attributes(5) NOTES
tcopy will only run on systems supporting an associated set of ioctl(2) requests. SunOS 5.11 10 Mar 2000 tcopy(1)
All times are GMT -4. The time now is 11:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy