|
Today we celebrate Thanksgiving here in
the United States.
Thanksgiving is a tradition that goes
back to the beginning of the New World when the Pilgrims
decided to celebrate a bountiful harvest. After deciding
they had enough food packed away for the winter, the Pilgrims
wanted to celebrate.
At the first Thanksgiving, the Pilgrims
celebrated with the American Indians, who they had finally
made friends with after a rocky start.
A tradition was born. And
continues today.
The idea of a national Thanksgiving came
during the American Revolution, when such an idea was
suggested to the Continental Congress in the 1770's New
York state made it an annual tradition in the early 1800s and
many other states (colonies) had followed suit by the middle
of the 19th century. Thanksgiving became a national
holiday here in American when President Abraham Lincoln
appointed a national day of Thanksgiving in 1863, right in the
height of the Civil War. We celebrate Thanksgiving
on the fourth Thursday in November.
A new word has been added to our
Thanksgiving vocabulary -- turcucken. I
had never heard of such a thing until Labor Day weekend when
Suzy and I traveled to Columbus, Ohio to attend the wedding of
a business associate. O of the highlights of rehearsal
dinner was the main course, turcucken. Michael,
being from the Cajun Country of Baton Rogue, decided the
dinner would have a New Orleans theme and spent the weekend
explaining this dinner delicacy anyone who would listen.
"You take a turkey and stuff it with a duck and then
stuff the duck with a chicken," was his explanation
throughout the weekend. We all awaited the carving of
the turducken with great anticipation. And I must
report it was quite tasty...and that I went back for
seconds, which is nothing unusual in itself. And
then this Thanksgiving season it seems the news of turducken
is spreading. I even heard the local all news radio
station talking about turducken yesterday morning. I
started to call in and share that I had actually eaten the
bird or is it birds? You can read more
about the turducken here. Anyone
who knows me very well knows that I am not the best at
reading instruction manuals or running computer backups. However,
I decided I was going to run a full backup of my system
yesterday. I don't know what had gotten into me.
Anyway, twice during this backup my NT file server machine
locked up, so I eventually said the hell with it and killed
the backup. I didn't think anything about it until I
went to access my mail last night and nothing was there. I
then went to the directory where I store my outlook files and
you can imagine how my heart sank when I saw my .pst file was
EMPTY, as in zero (0) K. I then went in search of the
found files (the ones that NT builds when it's recovering
after an abrupt halt) and nothing was there. It
was now time for some head scratching. I was getting
seriously depressed. I found an
old copy of my .pst file in the directory, but it was more
than a year old. I save too many messages in my saved
mail folder for that to have been of much use. Next
it was rummaging through old backup tapes. I found a
full backup from July for this machine, but when I looked at
the tape the file I was looking for was not on the tape.
This had to mean that I was using Outlook when then backup
reached this file and therefore it was skipped. Another
bummer. Then I happened to
remember that I had dropped my data directory onto a CD-r
about a month ago. I originally did this for Suzy so she
wouldn't lose any of her files, but now it appears it was more
for my benefit. Anyway, I dug up
the CD and there was the file I needed. I copied it over the
exchange data directory and I was almost back -- to within a
month and I can live with that. I was still having some
troubles with the mailbox, but a run of NT's inbox repair
utility seems to have fixed that problem. I
was sharing my troubles with Bob
Thompson (which I always do when I'm in major trouble) and
he suggested that I might want to consider doing as he does
and run a batch file that xcopy's my data directory off to
another machine. With his heIp have built this batch
file and will hope to remember to run it frequently as a
safety net. My main data store is on a machine named
fred and I am going to copy its data directory to rubble on a
frequent basis from this point forward. Here's
the batch file I named freddatabackup.bat in my root directory
on rubbe:
@echo off
:cls
d:
cd \databackup\fred\data\
xcopy f:\data\*.* /s /e /a /c /f
d:
cd f:\data\
attrib *.* -a /s
|
This batch file performs an xcopy and
will then reset the archive flag so the next time it's run,
hopefully only files that have changed will be copied.
Thanks for your suggestion, Bob and for the help with the
batch file. To add insult to
injury I have been experiencing intermittent losses of
connectivity with Time-Warner's RoadRunner service over the
past couple of days. Since yesterday afternoon,
actually. The problem is either
with their head-end equipment or my modem may be taking a
crap. I logged a trouble call with customer service
yesterday, but of course, they're planning on taking a long
holiday weekend. Just as well, we're headed to Virginia
to spend a couple of days with my mother
|