Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > NZ Computing > Panic Mode: A Cautionary Tale

Reply
Thread Tools

Panic Mode: A Cautionary Tale

 
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      08-03-2007
Or, what happens when you're a rookie, and the boss is leaning on you to get
the problem fixed, NOW.
<http://weblog.infoworld.com/offtherecord/archives/2007/07/panic_mode.html>

Oh yes, it also helps to ensure your backups are up-to-date.
 
Reply With Quote
 
 
 
 
peterwn
Guest
Posts: n/a
 
      08-03-2007
Lawrence D'Oliveiro wrote:
> Or, what happens when you're a rookie, and the boss is leaning on you to get
> the problem fixed, NOW.
> <http://weblog.infoworld.com/offtherecord/archives/2007/07/panic_mode.html>
>
> Oh yes, it also helps to ensure your backups are up-to-date.


In the days just before PC's etc, we used dumb terminals off a
mainframe. The mean sysadmin would not allow foreground compilations so
you had to submit the compilation to background and come back a bit
later. In particular the compiler listing was piped to a file for later
examination.

One guy came to me blind with panic - he had deleted his source file and
no backup! Fortunately he still had the output file and I was able to
'strip' the source code from the listing for him.
 
Reply With Quote
 
 
 
 
Matty F
Guest
Posts: n/a
 
      08-04-2007
On Aug 3, 9:01 pm, Lawrence D'Oliveiro <l...@geek-
central.gen.new_zealand> wrote:
> Or, what happens when you're a rookie, and the boss is leaning on you to get
> the problem fixed, NOW.
> <http://weblog.infoworld.com/offtherecord/archives/2007/07/panic_mode....>
>
> Oh yes, it also helps to ensure your backups are up-to-date.


It also pays to try a restore occasionally, to see if your backups are
actually working. In one large computer company, the log file was
backed up every day. Unfortunately somebody changed the name of the
file without telling the minion who backed it up. The minion backed up
the old file for 6 months and filed the backup reports without
noticing that the record counts and date last changed had stayed the
same for 6 months.

 
Reply With Quote
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      08-05-2007
In message < .com>, Matty F
wrote:

> On Aug 3, 9:01 pm, Lawrence D'Oliveiro <l...@geek-
> central.gen.new_zealand> wrote:
>
>> Oh yes, it also helps to ensure your backups are up-to-date.

>
> It also pays to try a restore occasionally, to see if your backups are
> actually working.


That's why my preferred form of backup is a simple rsync to another machine.
No funny backup archive formats, just a straight file-by-file copy, easy to
verify.
 
Reply With Quote
 
Enkidu
Guest
Posts: n/a
 
      08-05-2007
Lawrence D'Oliveiro wrote:
> In message < .com>, Matty F
> wrote:
>
>> On Aug 3, 9:01 pm, Lawrence D'Oliveiro <l...@geek-
>> central.gen.new_zealand> wrote:
>>
>>> Oh yes, it also helps to ensure your backups are up-to-date.

>> It also pays to try a restore occasionally, to see if your backups are
>> actually working.

>
> That's why my preferred form of backup is a simple rsync to another machine.
> No funny backup archive formats, just a straight file-by-file copy, easy to
> verify.
>

That's not very practical for Terabyte sized storage systems. OK for
small users, I'd guess. Even just running through a TB sized file system
and not copying anything can take hours.

Cheers,

Cliff

--

Have you ever noticed that if something is advertised as 'amusing' or
'hilarious', it usually isn't?
 
Reply With Quote
 
collector«NZ
Guest
Posts: n/a
 
      08-05-2007
Enkidu wrote:
> Lawrence D'Oliveiro wrote:
>> In message < .com>,
>> Matty F
>> wrote:
>>
>>> On Aug 3, 9:01 pm, Lawrence D'Oliveiro <l...@geek-
>>> central.gen.new_zealand> wrote:
>>>
>>>> Oh yes, it also helps to ensure your backups are up-to-date.
>>> It also pays to try a restore occasionally, to see if your backups are
>>> actually working.

>>
>> That's why my preferred form of backup is a simple rsync to another
>> machine.
>> No funny backup archive formats, just a straight file-by-file copy,
>> easy to
>> verify.
> >

> That's not very practical for Terabyte sized storage systems. OK for
> small users, I'd guess. Even just running through a TB sized file system
> and not copying anything can take hours.
>
> Cheers,
>
> Cliff
>

2950 servers 4 TB disk pack configured in raid 5 takes just on 4 hours
to robo copy changes
 
Reply With Quote
 
Mark Robinson
Guest
Posts: n/a
 
      08-05-2007
Enkidu wrote:
> Lawrence D'Oliveiro wrote:
>> Matty F wrote:
>>> On Aug 3, 9:01 pm, Lawrence D'Oliveiro wrote:
>>>> Oh yes, it also helps to ensure your backups are up-to-date.
>>> It also pays to try a restore occasionally, to see if your backups are
>>> actually working.

>> That's why my preferred form of backup is a simple rsync to another
>> machine.
>> No funny backup archive formats, just a straight file-by-file copy,
>> easy to verify.

>
> That's not very practical for Terabyte sized storage systems. OK for
> small users, I'd guess. Even just running through a TB sized file system
> and not copying anything can take hours.


What other backup technique is faster ?
 
Reply With Quote
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      08-05-2007
In message <>, Enkidu wrote:

> Lawrence D'Oliveiro wrote:
>> In message < .com>, Matty
>> F wrote:
>>
>>> On Aug 3, 9:01 pm, Lawrence D'Oliveiro <l...@geek-
>>> central.gen.new_zealand> wrote:
>>>
>>>> Oh yes, it also helps to ensure your backups are up-to-date.
>>> It also pays to try a restore occasionally, to see if your backups are
>>> actually working.

>>
>> That's why my preferred form of backup is a simple rsync to another
>> machine. No funny backup archive formats, just a straight file-by-file
>> copy, easy to verify.
>>

> That's not very practical for Terabyte sized storage systems. OK for
> small users, I'd guess. Even just running through a TB sized file system
> and not copying anything can take hours.


Depends on the number of files, rather than their size. rsync by default
only checks file size and modification date before deciding whether it
needs to do a full content comparison or not. (There is an option to
override this.)
 
Reply With Quote
 
Enkidu
Guest
Posts: n/a
 
      08-05-2007
collector«NZ wrote:
> Enkidu wrote:
>> Lawrence D'Oliveiro wrote:
>>> In message < .com>,
>>> Matty F
>>> wrote:
>>>
>>>> On Aug 3, 9:01 pm, Lawrence D'Oliveiro <l...@geek-
>>>> central.gen.new_zealand> wrote:
>>>>
>>>>> Oh yes, it also helps to ensure your backups are up-to-date.
>>>> It also pays to try a restore occasionally, to see if your backups are
>>>> actually working.
>>>
>>> That's why my preferred form of backup is a simple rsync to another
>>> machine.
>>> No funny backup archive formats, just a straight file-by-file copy,
>>> easy to
>>> verify.
>> >

>> That's not very practical for Terabyte sized storage systems. OK for
>> small users, I'd guess. Even just running through a TB sized file
>> system and not copying anything can take hours.
>>
>> Cheers,
>>
>> Cliff
>>

> 2950 servers 4 TB disk pack configured in raid 5 takes just on 4 hours
> to robo copy changes
>

Yeah. It depends on file size and numbers. It also means that you need
another 4TB somewhere. I copied 40 - 50 GB and it took about two hours.
That was from one file system to another.

Cheers,

Cliff

--

Have you ever noticed that if something is advertised as 'amusing' or
'hilarious', it usually isn't?
 
Reply With Quote
 
Enkidu
Guest
Posts: n/a
 
      08-05-2007
Mark Robinson wrote:
> Enkidu wrote:
>> Lawrence D'Oliveiro wrote:
>>> Matty F wrote:
>>>> On Aug 3, 9:01 pm, Lawrence D'Oliveiro wrote:
>>>>> Oh yes, it also helps to ensure your backups are up-to-date.
>>>> It also pays to try a restore occasionally, to see if your backups are
>>>> actually working.
>>> That's why my preferred form of backup is a simple rsync to another
>>> machine.
>>> No funny backup archive formats, just a straight file-by-file copy,
>>> easy to verify.

>>
>> That's not very practical for Terabyte sized storage systems. OK for
>> small users, I'd guess. Even just running through a TB sized file
>> system and not copying anything can take hours.

>
> What other backup technique is faster ?
>

If you find out, please let me know!

Cheers,

Cliff

--

Have you ever noticed that if something is advertised as 'amusing' or
'hilarious', it usually isn't?
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
A cautionary tale... Simon Mullis Ruby 5 09-28-2007 06:50 PM
What Not to Do (a cautionary tale) Gavin Kistner Ruby 1 09-06-2006 06:39 PM
A cautionary note about the Pogo universal remote and the Nikon D70 almargheim@hotmail.com Digital Photography 1 01-19-2005 02:34 AM
Password Panic in Active Directory MikeH MCSE 4 10-29-2003 07:42 PM
panic: GC failed to enter single threaded mode (possibly undetached threads? Tsahi Levent-Levi Java 0 08-15-2003 04:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57