|
| | |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
| | LinkBack | Thread Tools |
| |||
| 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 |
| |||
| 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\" |
| |||
| 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 |
| |||
| 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 |
| |||
| 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. |
| |||
| 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. |
| |||
| 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. |
| |||
| 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. |
| |||
| 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 |
| |||
| 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 |
| |||
| 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 |
| |||
| 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. |
| |||
| 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 |
| |||
| 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 |
| |||
| 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/ |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| 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? |