This is a discussion on [bv@wjv.com: Re: SCO UW disaster recovery] within the Sco Unix forums, part of the Unix Operating Systems category; --> I am forwarding this to scomsc@jpr.com at Bills request. - Jeff H ----- Forwarded message from Bill Vermillion <bv@wjv.com> ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am forwarding this to scomsc@jpr.com at Bills request. - Jeff H ----- Forwarded message from Bill Vermillion <bv@wjv.com> ----- Date: Tue, 11 Dec 2007 13:59:08 -0500 From: Bill Vermillion <bv@wjv.com> To: Jeff Hyman <scolist@cactus.com> Cc: scomsc@jpr.com Subject: Re: SCO UW disaster recovery When asked his whereabouts on Tue, Dec 11, 2007 at 13:26 , Jeff Hyman took the fifth, drank it, and then slurred: > Bill Vermillion typed (on Tue, Dec 11, 2007 at 03:13:24PM +0000): > | In article <45ccd559-d45a-4a9b-8b4b-5bfa078be4af@f3g2000hsg.googlegroups.com>, > | mvsguy <kkinney@fuse.net> wrote: > | [second followup - wjv] > | >> Whats your time worth? > | >D > | >My time? I have to show up at least 8 hours each day. I might as > | >well do some work... > | >I've cleverly disguised my handle to cover the fact that I'm an MVS > | >guy. Mainframes. I know how important DR is. > | >I've had a full on disaster caused by IBM applied hardware > | >maintenance. We only lost 18 hours of data. Later that month, we did > | >our first DR test. We did amazingly well. > | >Thank you both for trying, but buying software is simply not in the > | >cards. > | IMO - as I mentioned in a prevous post - VERIFYING that the data > | on the tape matches exactly is quite important. And actually > | when you perform a restore, run the verify software to make > | sure the data on the HD now matches the tape. > | Years ago - one my Esix 5.3 [system] [I got tired of waiting for > | the SCO 5.3] I ran a program call cktar - which acted remarkable > | like the bit level verify on a program called C-tar that came out > | a bit later. > | > | If you want to put in a bit of effort search for the alt.sources > | hierarchy [probably stored somewher] and look for cktar by > | Wareen Tucker. It will be in the fall of 1990 archives, and > | it will be about a 14K .c file tucked inside a shar archive. > | > | I used to use it all the time when I was backing up to floppies, > | as it would find an error every few disks. > | > | Bill > | -- > | Bill Vermillion - bv @ wjv . com > > Bill, > You're really shaking my memory :-) Remembering back in the old > days when it was floppies for backup, even before Altos MTU4. > It was the "compression" that was the supertar magic, reducing 30 floppies > down to 3 or 4. It really was a big deal. The list goes on and its > interesting seeing how the industry changes, and is a moving target for > technology. > > Hang in there, > Jeff H If it weren't for 'the old days' we wouldn't be so smart now. Since the computer field has just gotten to 'buy it and plug it in' so many of the newer users - eg 1995 onward - have no clue on how things work. The compression was so great when data started getting bigger than the 20MB 1/4" QIC drives :-9 And then the bit verfication instead of just the CRC checking really made the commercial programs a must-have. As I mentioned I was struck by how the c-tar which came after Warren Tucker's cktar. I always wondered if that was the base. The original is rather small, but it worked. I'll attach the whole .c code here - as it's only 14k. The date in the file shows it is now just over 17 years old. I recall that I compiled it on FreeBSD and it worked. But then again it is quite simple, so no reason it should not work, or be easily modified for any newer systems. It's so damned small it seems like it should not work? I just compiled it in another directory. It generates an a.out which when I run it, give the menu. Dynamically linked and not stripped it comes out at 12,472 bytes. Bill PS. You might want to post this to the SCO list if you think it is appropriate as any time I get a message with a cc to the scomsc file at jpr.com it gets rejected. I'm still of the old news reading world, polling the Earthlink news servers every 30 minutes and running C-News for my local news input device, and trn for reading it. -- Bill Vermillion - bv @ wjv . com ----- End forwarded message ----- Best Regards, Jeffrey Hyman .--. ___________________________ .-. | | _____________________________________ Lone Star Software Corp. | | | | .-. Home of World Famous LONE-TAR(tm) Cactus International, Inc. | |_| | | | Backup Software for UNIX and LINUX Sales: 800.525.8649 _ |___ |_| | 24x7 Support Available Support: 301.829.1622 _| ~- | ___| RESCUE-RANGER(tm) and AIR-BAG(tm) http://www.LONE-TAR.com \, _} | | Disaster Recovery Software -------------------------- \( -- | | -------------------------------------- | | |
| |||
| In article <20071212143840.GD18296@lonestar.cactus.com>, Jeff Hyman <scolist@cactus.com> wrote: >I am forwarding this to scomsc@jpr.com at Bills request. >- Jeff H > >----- Forwarded message from Bill Vermillion <bv@wjv.com> ----- > >Date: Tue, 11 Dec 2007 13:59:08 -0500 >From: Bill Vermillion <bv@wjv.com> >To: Jeff Hyman <scolist@cactus.com> >Cc: scomsc@jpr.com >Subject: Re: SCO UW disaster recovery > >When asked his whereabouts on Tue, Dec 11, 2007 at 13:26 , >Jeff Hyman took the fifth, drank it, and then slurred: > >> Bill Vermillion typed (on Tue, Dec 11, 2007 at 03:13:24PM +0000): >> | In article <45ccd559-d45a-4a9b-8b4b-5bfa078be4af@f3g2000hsg.googlegroups.com>, >> | mvsguy <kkinney@fuse.net> wrote: > >> | [second followup - wjv] > >> | >> Whats your time worth? >> | >D >> | >My time? I have to show up at least 8 hours each day. I might as >> | >well do some work... > >> | >I've cleverly disguised my handle to cover the fact that I'm an MVS >> | >guy. Mainframes. I know how important DR is. >> | >I've had a full on disaster caused by IBM applied hardware >> | >maintenance. We only lost 18 hours of data. Later that month, we did >> | >our first DR test. We did amazingly well. > >> | >Thank you both for trying, but buying software is simply not in the >> | >cards. > >> | IMO - as I mentioned in a prevous post - VERIFYING that the data >> | on the tape matches exactly is quite important. And actually >> | when you perform a restore, run the verify software to make >> | sure the data on the HD now matches the tape. > >> | Years ago - one my Esix 5.3 [system] [I got tired of waiting for >> | the SCO 5.3] I ran a program call cktar - which acted remarkable >> | like the bit level verify on a program called C-tar that came out >> | a bit later. >> | >> | If you want to put in a bit of effort search for the alt.sources >> | hierarchy [probably stored somewher] and look for cktar by >> | Wareen Tucker. It will be in the fall of 1990 archives, and >> | it will be about a 14K .c file tucked inside a shar archive. >> | >> | I used to use it all the time when I was backing up to floppies, >> | as it would find an error every few disks. >> | >> | Bill >> | -- >> | Bill Vermillion - bv @ wjv . com >> >> Bill, > >> You're really shaking my memory :-) Remembering back in the old >> days when it was floppies for backup, even before Altos MTU4. >> It was the "compression" that was the supertar magic, reducing 30 floppies >> down to 3 or 4. It really was a big deal. The list goes on and its >> interesting seeing how the industry changes, and is a moving target for >> technology. >> >> Hang in there, >> Jeff H > >If it weren't for 'the old days' we wouldn't be so smart now. >Since the computer field has just gotten to 'buy it and plug it in' >so many of the newer users - eg 1995 onward - have no clue on how >things work. > >The compression was so great when data started getting bigger >than the 20MB 1/4" QIC drives :-9 > >And then the bit verfication instead of just the CRC checking >really made the commercial programs a must-have. > >As I mentioned I was struck by how the c-tar which came after >Warren Tucker's cktar. I always wondered if that was the base. > >The original is rather small, but it worked. > >I'll attach the whole .c code here - as it's only 14k. > >The date in the file shows it is now just over 17 years old. > >I recall that I compiled it on FreeBSD and it worked. >But then again it is quite simple, so no reason it should not work, >or be easily modified for any newer systems. It's so damned >small it seems like it should not work? > >I just compiled it in another directory. It generates >an a.out which when I run it, give the menu. Dynamically >linked and not stripped it comes out at 12,472 bytes. > >Bill > >PS. You might want to post this to the SCO list if you think it is >appropriate as any time I get a message with a cc to the scomsc >file at jpr.com it gets rejected. > >I'm still of the old news reading world, polling the Earthlink news >servers every 30 minutes and running C-News for my local >news input device, and trn for reading it. > > >-- >Bill Vermillion - bv @ wjv . com > > > >----- End forwarded message ----- > > >Best Regards, >Jeffrey Hyman > .--. If anyone wants this alt.sources code from 1990 - send me an email. It's only 14K of c code. The google search on alt.sources cktar brings up a link, but then it goes nowhere. Bill -- Bill Vermillion - bv @ wjv . com |
| |||
| Bill Vermillion wrote:[SNIP] > > If anyone wants this alt.sources code from 1990 - send me > an email. It's only 14K of c code. > > The google search on alt.sources cktar brings up a link, but > then it goes nowhere. Please. It really annoys me that with the webification of the world a lot of this early (but still usable) stuff is now hard to find. Now, if someone has the source to that really good side-by-side diff'er, where you could juggle the panes up and down to see where you had chunks of similarity, that'd be good, I've only been searching for that since 1995! Cheers, Gary B-) -- __________________________________________________ ____________________________ Armful of chairs: Something some people would not know whether you were up them with or not - Barry Humphries |
| |||
| Gary R. Schmidt typed (on Thu, Dec 13, 2007 at 09:16:54AM +1100): | Bill Vermillion wrote:[SNIP] | > | >If anyone wants this alt.sources code from 1990 - send me | >an email. It's only 14K of c code. | > | >The google search on alt.sources cktar brings up a link, but | >then it goes nowhere. | | Please. It really annoys me that with the webification of the world a | lot of this early (but still usable) stuff is now hard to find. | | Now, if someone has the source to that really good side-by-side diff'er, | where you could juggle the panes up and down to see where you had chunks | of similarity, that'd be good, I've only been searching for that since 1995! | | Cheers, | Gary B-) | | -- | __________________________________________________ ____________________________ | Armful of chairs: Something some people would not know | whether you were up them with or not | - Barry Humphries I think all you need to do is ask Bill. He mentioned he would send cktar.c if anyone requests it. - Jeff H |
| |||
| In article <n73635-sq5.ln1@paranoia.mcleod-schmidt.id.au>, Gary R. Schmidt <grschmidt@acm.org> wrote: >Bill Vermillion wrote:[SNIP] >> If anyone wants this alt.sources code from 1990 - send me >> an email. It's only 14K of c code. >> The google search on alt.sources cktar brings up a link, but >> then it goes nowhere. >Please. It really annoys me that with the webification of the world a >lot of this early (but still usable) stuff is now hard to find. And being the pack-rat that I am, I have a 'bunch' of it. I also have - somewhere in some old stacks of CDs - the usenet source archives - from the day when fast modems were 1200 bps so CD distributions made sense. >Now, if someone has the source to that really good side-by-side >diff'er, where you could juggle the panes up and down to see >where you had chunks of similarity, that'd be good, I've only >been searching for that since 1995! Do you recall the name of that. Perhaps I can find some time to search through the CD of the source files. > Cheers, > Gary B-) Bill -- Bill Vermillion - bv @ wjv . com |
| ||||
| On Thu, Dec 13, 2007, Bill Vermillion wrote: >In article <n73635-sq5.ln1@paranoia.mcleod-schmidt.id.au>, >Gary R. Schmidt <grschmidt@acm.org> wrote: >>Bill Vermillion wrote:[SNIP] > >>> If anyone wants this alt.sources code from 1990 - send me >>> an email. It's only 14K of c code. > >>> The google search on alt.sources cktar brings up a link, but >>> then it goes nowhere. > >>Please. It really annoys me that with the webification of the world a >>lot of this early (but still usable) stuff is now hard to find. > >And being the pack-rat that I am, I have a 'bunch' of it. >I also have - somewhere in some old stacks of CDs - the usenet >source archives - from the day when fast modems were 1200 bps so CD >distributions made sense. I'll see your CDs and raise you a 9-track tape which my college room mate sent me when he was working at Bell Labs. I also have three Telebit Worldblazers and a Trailblazer sitting on a shelf in the computer room, which might come in handy in case we ever have to drop back to dialup uucp. Bill -- INTERNET: bill@celestial.com Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 The cry has been that when war is declared, all opposition should therefore be hushed. A sentiment more unworthy of a free country could hardly be propagated. If the doctrine be admitted, rulers have only to declare war and they are screened at once from scrutiny ... In war, then, as in peace, assert the freedom of speech and of the press. Cling to this as the bulwark of all our rights and privileges. -- William Ellery Channing |