PC Review


Reply
Thread Tools Rate Thread

back up procedures

 
 
=?Utf-8?B?YnJ1bmV0dG8=?=
Guest
Posts: n/a
 
      13th Sep 2007
I found that I should back up everything but my Dell Dimension 4700C /
Windows XP Pro sp2, doesn't have a floppy drive. Why can't I use the CD RW
drive. Are there any Microsoft MVP sites on the whys and wherefores of
backing up data on a pc.

Thank You
 
Reply With Quote
 
 
 
 
Rich Barry
Guest
Posts: n/a
 
      13th Sep 2007
Best way to overcome that is to create a folder and backup to it then
burn the folder to the cdrw drive.
"brunetto" <(E-Mail Removed)> wrote in message
news:CFB2BA54-EF07-434C-9D96-(E-Mail Removed)...
>I found that I should back up everything but my Dell Dimension 4700C /
> Windows XP Pro sp2, doesn't have a floppy drive. Why can't I use the CD RW
> drive. Are there any Microsoft MVP sites on the whys and wherefores of
> backing up data on a pc.
>
> Thank You



 
Reply With Quote
 
Jerry
Guest
Posts: n/a
 
      13th Sep 2007
The backup program that comes with XP will only allow you to backup to a
floppy or an internal hard drive/partition. Opt to burn to a different
drive/partition then copy everything to a CD; or buy/download a commercial
backup program.

"brunetto" <(E-Mail Removed)> wrote in message
news:CFB2BA54-EF07-434C-9D96-(E-Mail Removed)...
>I found that I should back up everything but my Dell Dimension 4700C /
> Windows XP Pro sp2, doesn't have a floppy drive. Why can't I use the CD RW
> drive. Are there any Microsoft MVP sites on the whys and wherefores of
> backing up data on a pc.
>
> Thank You



 
Reply With Quote
 
Edward W. Thompson
Guest
Posts: n/a
 
      13th Sep 2007

"brunetto" <(E-Mail Removed)> wrote in message
news:CFB2BA54-EF07-434C-9D96-(E-Mail Removed)...
>I found that I should back up everything but my Dell Dimension 4700C /
> Windows XP Pro sp2, doesn't have a floppy drive. Why can't I use the CD RW
> drive. Are there any Microsoft MVP sites on the whys and wherefores of
> backing up data on a pc.
>
> Thank You


You can install small 'addon' programs that will allow ntbackup to burn
directly to CD/DVD. You need to search Google.


 
Reply With Quote
 
John John
Guest
Posts: n/a
 
      13th Sep 2007
Jerry wrote:

> The backup program that comes with XP will only allow you to backup to a
> floppy or an internal hard drive/partition.


That is not true. You cannot burn directly to CD like the OP asked but
you can store backups on external drives, USB drives are ideal for
backup storage.

John
 
Reply With Quote
 
Ken Blake, MVP
Guest
Posts: n/a
 
      13th Sep 2007
On Wed, 12 Sep 2007 19:42:01 -0700, brunetto
<(E-Mail Removed)> wrote:

> I found that I should back up everything but my Dell Dimension 4700C /
> Windows XP Pro sp2, doesn't have a floppy drive. Why can't I use the CD RW
> drive. Are there any Microsoft MVP sites on the whys and wherefores of
> backing up data on a pc.



I assume that you are talking about the backup program that comes with
Windows. Although it's better than nothing, you should realize that
it's probably the poorest choice available, and there is lots of
better software available.

Here's my standard advice on backing up:

First of all, almost everyone should be backing up regularly. It is
always possible that a hard drive crash, user error, nearby lightning
strike, virus attack, even theft of the computer, can cause the loss
of everything on your drive. As has often been said, it's not a matter
of whether you will have such a problem, but when.

Essentially you should back up what you can't afford to lose--what you
can't readily recreate. What that is depends on how you use your
computer and what you use it for.

It takes time and effort to backup, but it also takes time and effort
to recreate lost data. If you back up daily, you should never have to
recreate more than one day's worth of last data. If weekly, there's
potentially a lot more to recreate. You should assess how much pain
and trouble you would have if you lost x days of data, and then choose
a backup frequency that doesn't involve more pain and trouble than
that you would have if you had to recreate what was lost.

Some things (photographs, for instance) can never be recreated, and
more frequent backup may be wanted for them.

At one extreme is the professional user who would likely go out of
business if his data was lost. He probably needs to back up at least
daily. At the other extreme is the kid who doesn't use his computer
except to play games. He probably needs no backup at all, since worst
case he can easily reinstall his games.

Most of us fall somewhere between those extremes, but nobody can tell
you where you fall; you need to determine that for yourself.

Should you back up Windows? Should you back up your applications? Most
people will tell you no, since you can always reinstall these easily
from the original media. But I don't think the answer is so clear-cut.
Many people have substantial time and effort invested in customizing
Windows and configuring their apps to work the way they want to.
Putting all of that back the way it was can be a difficult,
time-consuming effort. Whether you should backup up Windows and apps
depends, once again, on you.

How to backup? What software to use? There are many choices, including
the Windows-supplied backup program. Which choice is best for you
depends at least in part on the answers to some of the questions
above.

Finally what backup media should you choose, and how should it be
stored? There are many choices, including CDs, tape, zip drives, and
second hard drives.

I don't recommend backup to a second non-removable hard drive because
it leaves you susceptible to simultaneous loss of the original and
backup to many of the most common dangers: severe power glitches,
nearby lightning strikes, virus attacks, even theft of the computer.

In my view, secure backup needs to be on removable media, and not kept
in the computer. For really secure backup (needed, for example, if the
life of your business depends on your data) you should have multiple
generations of backup, and at least one of those generations should be
stored off-site.

My computer isn't used for business, but my personal backup scheme
uses two identical removable hard drives,I alternate between the two,
and use Acronis True Image to make a complete copy of the primary
drive.

I also use a pair of 1GB thumb drives for making more frequent backups
of my most critical data (like financial information). For that I just
drag and drop.

--
Ken Blake, Microsoft MVP Windows - Shell/User
Please Reply to the Newsgroup
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
my VBA procedures stopped calling other procedures in excel 2007. Alan in Toronto Microsoft Excel Programming 2 22nd Jul 2009 07:32 PM
Passing Back Table Information from Oracle .NET Stored Procedures jehugaleahsa@gmail.com Microsoft C# .NET 20 2nd Aug 2007 01:41 PM
calling standard module procedures from event procedures =?Utf-8?B?b3NzaWFu?= Microsoft Access VBA Modules 2 9th Feb 2006 01:26 PM
Back Up procedures Louis Windows XP New Users 1 8th Oct 2004 06:16 AM
roll back procedures Licensed to Quill Windows XP Basics 3 27th Sep 2003 08:35 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:41 AM.