Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 06-14-2007, 10:50 AM
Dr. Dos
Newsgroup Contributor
 
Posts: n/a
Seeking recommendation for backup software.

Can anyone recommend a flexible backup program for WinXP to
back up the C; drive to external usb backup hard drives. I
need something with an automated scheduler and the ability
to make incremental backups as files.
I am using Retrospect 6.0.22, which I like for setting up,
but it quite frequently stalls when it is initiated, and is
therefore not dependable.
Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 06-14-2007, 10:50 AM
  #2 (permalink)  
Old 06-14-2007, 11:30 AM
Pegasus
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.


"Dr. Dos" <DrDos@nospam.no> wrote in message
news:OSv3OvqrHHA.4740@TK2MSFTNGP02.phx.gbl...
> Can anyone recommend a flexible backup program for WinXP to back up the C;
> drive to external usb backup hard drives. I need something with an
> automated scheduler and the ability to make incremental backups as files.
> I am using Retrospect 6.0.22, which I like for setting up, but it quite
> frequently stalls when it is initiated, and is therefore not dependable.
> Thank you


If you don't mind writing a batch file then this
command will do it very nicely, free of charge:

@echo off
xcopy /s /d /y /c "%UserProfile%\My Documents" "E:\Backup\"


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 06-14-2007, 12:30 PM
Jud McCranie
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.

On Thu, 14 Jun 2007 12:45:30 -0500, "Dr. Dos" <DrDos@nospam.no> wrote:

>Can anyone recommend a flexible backup program for WinXP to
>back up the C; drive to external usb backup hard drives. ...


>I am using Retrospect 6.0.22, which I like for setting up,


I used to use Retrospect for backing up to my external HD because that
is what came with it. It worked OK for me for that, but I didn't like
it for other backups. I've used six or eight backup programs, but
currently I'm using Acronis TrueImage (including backing up to the
external HD). It probably isn't the best, but that is what I'm using
right now.
--
Replace you know what by j to email
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 06-14-2007, 01:20 PM
Jim
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.


"Dr. Dos" <DrDos@nospam.no> wrote in message
news:OSv3OvqrHHA.4740@TK2MSFTNGP02.phx.gbl...
> Can anyone recommend a flexible backup program for WinXP to back up the C;
> drive to external usb backup hard drives. I need something with an
> automated scheduler and the ability to make incremental backups as files.
> I am using Retrospect 6.0.22, which I like for setting up, but it quite
> frequently stalls when it is initiated, and is therefore not dependable.
> Thank you

Acronis True Image.
Jim


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 06-14-2007, 01:50 PM
Dr. Dos
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.

Pegasus wrote:
> "Dr. Dos" <DrDos@nospam.no> wrote in message
> news:OSv3OvqrHHA.4740@TK2MSFTNGP02.phx.gbl...
>> Can anyone recommend a flexible backup program for WinXP to back up the C;
>> drive to external usb backup hard drives. I need something with an
>> automated scheduler and the ability to make incremental backups as files.
>> I am using Retrospect 6.0.22, which I like for setting up, but it quite
>> frequently stalls when it is initiated, and is therefore not dependable.
>> Thank you

>
> If you don't mind writing a batch file then this
> command will do it very nicely, free of charge:
>
> @echo off
> xcopy /s /d /y /c "%UserProfile%\My Documents" "E:\Backup\"
>
>

Great idea. I had not thought about that. Thanks for the idea.
Batch files, no problem.
This will not work for me.
Dedicated backup programs allow for the substitution of the
restored registry and other system files. This is something
I will need when I get in trouble. I do not believe I could
take an xcopy hsr system file and restore it. Also, while
the capture would be sufficient for a plain ol' backup,
scheduling and compaction are not part of this backup
scheme, nor is the making a backup incremental. I need
something more sophisticated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 06-14-2007, 01:50 PM
Dr. Dos
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.

Jud McCranie wrote:
> On Thu, 14 Jun 2007 12:45:30 -0500, "Dr. Dos" <DrDos@nospam.no> wrote:
>
>> Can anyone recommend a flexible backup program for WinXP to
>> back up the C; drive to external usb backup hard drives. ...

>
>> I am using Retrospect 6.0.22, which I like for setting up,

>
> I used to use Retrospect for backing up to my external HD because that
> is what came with it. It worked OK for me for that, but I didn't like
> it for other backups. I've used six or eight backup programs, but
> currently I'm using Acronis TrueImage (including backing up to the
> external HD). It probably isn't the best, but that is what I'm using
> right now.

Thanks for the name.
I'll check it out.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 06-14-2007, 01:50 PM
Dr. Dos
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.

Jim wrote:
> "Dr. Dos" <DrDos@nospam.no> wrote in message
> news:OSv3OvqrHHA.4740@TK2MSFTNGP02.phx.gbl...
>> Can anyone recommend a flexible backup program for WinXP to back up the C;
>> drive to external usb backup hard drives. I need something with an
>> automated scheduler and the ability to make incremental backups as files.
>> I am using Retrospect 6.0.22, which I like for setting up, but it quite
>> frequently stalls when it is initiated, and is therefore not dependable.
>> Thank you

> Acronis True Image.
> Jim
>
>

Ah-ha, a second vote.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 06-14-2007, 02:00 PM
Pegasus
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.

See my comments below.

"Dr. Dos" <DrDos@nospam.no> wrote in message
news:esEgmSsrHHA.1212@TK2MSFTNGP05.phx.gbl...
> Pegasus wrote:
>> "Dr. Dos" <DrDos@nospam.no> wrote in message
>> news:OSv3OvqrHHA.4740@TK2MSFTNGP02.phx.gbl...
>>> Can anyone recommend a flexible backup program for WinXP to back up the
>>> C; drive to external usb backup hard drives. I need something with an
>>> automated scheduler and the ability to make incremental backups as
>>> files.
>>> I am using Retrospect 6.0.22, which I like for setting up, but it quite
>>> frequently stalls when it is initiated, and is therefore not dependable.
>>> Thank you

>>
>> If you don't mind writing a batch file then this
>> command will do it very nicely, free of charge:
>>
>> @echo off
>> xcopy /s /d /y /c "%UserProfile%\My Documents" "E:\Backup\"

> Great idea. I had not thought about that. Thanks for the idea.
> Batch files, no problem.
> This will not work for me.
> Dedicated backup programs allow for the substitution of the restored
> registry and other system files. This is something I will need when I get
> in trouble. I do not believe I could take an xcopy hsr system file and
> restore it.


*** Yes, you can back up the registry with regback.exe.
*** Later on you can restore it by booting the machine
*** with a Bart PE boot CD, even if Windows will no longer
*** boot. Many other backup programs rely on an operative
*** version of Windows in order to run a restore.

> Also, while the capture would be sufficient for a plain ol' backup,
> scheduling and compaction are not part of this backup scheme, nor is the
> making a backup incremental.


*** Scheduling is handled by the Task Scheduler.
*** Compaction is not available, but then disk space is cheap.
*** Incremental backup is handled by the /d switch.

> I need something more sophisticated.


*** Fair enough. Acronis may be your answer, as suggested
*** by other respondents.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 06-14-2007, 02:20 PM
(PeteCresswell)
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.


>Dedicated backup programs allow for the substitution of the
>restored registry and other system files. This is something
>I will need when I get in trouble. I do not believe I could
>take an xcopy hsr system file and restore it.


I distinguish between data backups and system backups.

Data, I want backed up every time it changes and usually want to
restore from the latest version or, occasionally, the version as
of a certain time/date.

System, I want backed up *only* when I know the system is good
and if/when I restore the system I want to restore from one of
those known-to-be-good backups. Who knows what virus or malware
crept into to my system yesterday or last night... or last week?

Because of that distinction, I back up my data with a couple of
"dedicated backup programs" - and I back up my system with an
imaging program.
--
PeteCresswell
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 06-14-2007, 03:20 PM
Patrick Keenan
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.

"Dr. Dos" <DrDos@nospam.no> wrote in message
news:e8PGcTsrHHA.1212@TK2MSFTNGP05.phx.gbl...
> Jim wrote:
>> "Dr. Dos" <DrDos@nospam.no> wrote in message
>> news:OSv3OvqrHHA.4740@TK2MSFTNGP02.phx.gbl...
>>> Can anyone recommend a flexible backup program for WinXP to back up the
>>> C; drive to external usb backup hard drives. I need something with an
>>> automated scheduler and the ability to make incremental backups as
>>> files.
>>> I am using Retrospect 6.0.22, which I like for setting up, but it quite
>>> frequently stalls when it is initiated, and is therefore not dependable.
>>> Thank you

>> Acronis True Image.
>> Jim

> Ah-ha, a second vote.


A third, actually. The "home" version of True Image also now automatically
creates image files in sections that fit onto a single DVD. And, it allows
for general imaging and specific incremental backups.

A good product and not very expensive.

With scheduled tasks like backups, it's important to realize that the user
account has to actually have *a non-blank password*. Otherwise, the
scheduler may not be able to run.

HTH
-pk


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #11 (permalink)  
Old 06-14-2007, 05:00 PM
Zilbandy
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.

On Thu, 14 Jun 2007 15:19:56 -0400, Jud McCranie
<youknowwhat.mccranie@adelphia.net> wrote:

>I've used six or eight backup programs, but
>currently I'm using Acronis TrueImage (including backing up to the
>external HD). It probably isn't the best, but that is what I'm using
>right now.


I've not used quite that many, but Acronis TrueImage Home 10, my
current backup program works, it works well, and it hasn't let me down
EVER! ::knocking on wood:: There might be something out there better,
but I can't image it being much better. :)

I'm always doing something stupid with my computer, and have restored
my complete system many times using the Acronis Boot CD and my USB
hard drive containing my backup images. I even copy my backup images
to other computers on my network for extra backup security. So far,
I've been ok. ::knocking on wood again:: :)

--
Zilbandy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 06-14-2007, 05:00 PM
Uncle Grumpy
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.

"Patrick Keenan" <test@dev.null> wrote:

>With scheduled tasks like backups, it's important to realize that the user
>account has to actually have *a non-blank password*. Otherwise, the
>scheduler may not be able to run.


Not true. No password here, and it all works just fine.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 06-14-2007, 09:30 PM
Patrick Keenan
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.

"Uncle Grumpy" <unclegrumpy@ameritech.net> wrote in message
news:u9l37357k3ql606g9ua9cqnv1gae5np1gl@4ax.com...
> "Patrick Keenan" <test@dev.null> wrote:
>
>>With scheduled tasks like backups, it's important to realize that the user
>>account has to actually have *a non-blank password*. Otherwise, the
>>scheduler may not be able to run.

>
> Not true. No password here, and it all works just fine.



http://support.microsoft.com/kb/310715

"This behavior did not exist in versions of Windows that are earlier than
Windows XP. To improve system security, any task that is using a local
account (non-domain account) as the account under which the scheduled task
is to run will require a password. If the local account does not have a
password, a password must be created for that account."

http://service1.symantec.com/Support...01110119375006
"However, the Windows Task Scheduler does require that users have a password
for any scheduled events to run. If a scheduled scan is not configured with
a user name and password, then the scan will not run."

http://www.acronis.com/enterprise/co...6-15-4ati.html
"Because the scheduler for Acronis True Image runs as a service under
Windows, it needs a valid user account name and password to run."

http://www.pcreview.co.uk/forums/thread-418922.php
"By Default, Scheduling requires that it be running from an account with
a password. This restriction can be removed:

XP Pro:
Control Panel - Admin Tools - Local Security policy
At
Local Policy - Security Options, in the right pane double click on
'Accounts - Limit Local account use of blank . . .' (line 3) and set to
Disabled."

HTH
-pk






Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #14 (permalink)  
Old 06-14-2007, 09:41 PM
Jud McCranie
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.

On Thu, 14 Jun 2007 16:52:14 -0700, Zilbandy
<zil@zilbandyREMOVETHIS.com> wrote:

> I even copy my backup images
>to other computers on my network for extra backup security. So far,
>I've been ok. ::knocking on wood again:: :)


I do that too.
--
Replace you know what by j to email
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #15 (permalink)  
Old 06-15-2007, 08:30 AM
Mike Lowery
Newsgroup Contributor
 
Posts: n/a
Re: Seeking recommendation for backup software.


"Dr. Dos" <DrDos@nospam.no> wrote in message
news:OSv3OvqrHHA.4740@TK2MSFTNGP02.phx.gbl...
> Can anyone recommend a flexible backup program for WinXP to back up the C;
> drive to external usb backup hard drives. I need something with an automated
> scheduler and the ability to make incremental backups as files.
> I am using Retrospect 6.0.22, which I like for setting up, but it quite
> frequently stalls when it is initiated, and is therefore not dependable.
> Thank you


DriveImage XML. It doesn't do incrementals, it does full partition backups and
can run in the background while you're doing other tasks on the same machine:
http://www.runtime.org/dixml.htm

Clonezilla is another option:
http://clonezilla.sourceforge.net/


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need a DVD backup program recommendation PT Windows XP 15 07-07-2008 09:50 PM
Backup Software Recommendation PT Windows XP 37 12-07-2007 01:20 AM
I need recommendation for Online backup Talal Itani Windows XP 6 11-28-2007 10:00 PM
Clone software recommendation Windows XP 19 01-23-2007 05:15 PM
backup software recommendation mook Johnson Windows XP 6 01-04-2007 06:18 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 01:35 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0