Windows Backup vs 3rd party Backup solution.

I've been using Paragon Software's Drive Backup utility for years. I do full system image backups from the booted OS, not outside it, so it's very convenient,

I have two RAID volumes, one system and one data on different controllers. My routine is to do an image backup to the data RAID volume, which takes me about 2.5 minutes for 28GB, and data image to the system volume, which takes about 1 hour for 500GB. I then copy the images to an external simple drive for outside storage using a BAT file that asks the target drive and the image files to copy, and also copies current versions of special files like my Outlook mailbox.

This allows me to do quick restores for non-catastrophic situations, like regressing to a previous OS state after something screwed up my OS config. System image restores are done using a WIN PE recovery DVD to which I have added my RAID drivers and I can restore that image to any hardware that has the capacity.

It also has an archive explorer that allows me to restore specific folders / files from a backup image.
 

My Computer

Computer Manufacturer/Model Number
Custom workstation /// Lenovo X61t tablet notebook
OS
Windows 7 RTM x64
CPU
Core i7 980X @ 4.04GHz OC /// Core Duo L7500 @ 1.6GHz
Motherboard
Asus P6T6 WS Revolution ///
Memory
12GB G. Skill @ DDR-1600 OC /// 4GB
Graphics Card(s)
Saphire HD4870 Toxic 1GB /// Intel Mobile GMA X3100
Monitor(s) Displays
Dual Eizo 24" SX2461W /// 12"
Screen Resolution
1920x1200 /// 1400x1050
Hard Drives
Workstation:
5x 750GB Barracuda-11 on Areca ARC-1220;
4x 1.5TB Barracuda-11 on Intel ICH10R;
Volumes:
300GB RAID 0, 2.7TB RAID 10 on Intel;
100GB RAID 0, 1.4TB RAID 10 on Areca ///
Notebook: G.Skill Titan 256GB SSD
PSU
Tagan ITZ 1100
Case
GHS-1500 ///
Cooling
Thermalright IFX-14 + a slew of stealth fans ///
Keyboard
Logitech Edge ///
Mouse
Logitech Wireless Optical Trackball
Internet Speed
5Mbps down / 820Kbps up
Other Info
Main use: photography;
DVD Drive: L.G GGW-H20L Blu-Ray / DVD;
OC: QPI/DRAM @ 1.33v, CPU @ 1.293v, DRAM Bus @ 1.65v, CPU PLL @ 1.88v, CPU mult = 25x, BCLK = 160, DDR3-1604 @ 7-8-7-24
Anyway, having good backups of my full system has saved me many times over the years. I couldn't imagine running without a good backup system, whatever one's particular method(s) of choice might be.

Agreed :thumbsup:


My questions though, I am still hoping to get answered.. Can you A) write backups in a non-compressed format, such that you can access those files that were backed up from another computer via explorer. and B) is it possible to append a previous backup.. ie write only changes to the previous backup that have occurred since the last backup job completed..??

musiclover7 - Not that I am trying to push the Robocopy thing... I first learned of robocopy here at the sevenforums so can't really take credit. I have spent some time since learning of its wonders figuring out how to use it though.

Robocopy does exactly what you are looking for. The files in the backup are and exact mirror of the original location. No compression or special format or file extension. A .jpg is a .jpg. a .doc is a .doc nothing changes and all are readable as the originals from any computer. After the inital backup robocopy only makes changes (mirror) you delete a file robo deletes it from the backup. You add 50 pictures from your camera robo adds 50 pictures to your backup. Mirror copy.

My backup is around 185 gigs with over 36,000 pictures and 9000 music files between 3 users and 2 computers ... after the original copy to the backup location nightly backup complete in less than 2 minutes. Robocopy checks and adds or deletes files and folders as required to keep the original and backup locations the same. I even sync a second external hard drive with the first about once a month and throw it in the trunk of the car. Offsite backup LOL
Ultraplanet, how exactly does Robocopy handle changed files? Let's say I create a file today. Tomorrow I change it. The day after I realize I goofed, and want to redtore it to its original state. Will Robocopy have overwritten the copy with the latest, or does it keep multiple versions I can restore from?

Also, is it able to handle locked files?

Thanks!
 

My Computer

Computer Manufacturer/Model Number
Custom workstation /// Lenovo X61t tablet notebook
OS
Windows 7 RTM x64
CPU
Core i7 980X @ 4.04GHz OC /// Core Duo L7500 @ 1.6GHz
Motherboard
Asus P6T6 WS Revolution ///
Memory
12GB G. Skill @ DDR-1600 OC /// 4GB
Graphics Card(s)
Saphire HD4870 Toxic 1GB /// Intel Mobile GMA X3100
Monitor(s) Displays
Dual Eizo 24" SX2461W /// 12"
Screen Resolution
1920x1200 /// 1400x1050
Hard Drives
Workstation:
5x 750GB Barracuda-11 on Areca ARC-1220;
4x 1.5TB Barracuda-11 on Intel ICH10R;
Volumes:
300GB RAID 0, 2.7TB RAID 10 on Intel;
100GB RAID 0, 1.4TB RAID 10 on Areca ///
Notebook: G.Skill Titan 256GB SSD
PSU
Tagan ITZ 1100
Case
GHS-1500 ///
Cooling
Thermalright IFX-14 + a slew of stealth fans ///
Keyboard
Logitech Edge ///
Mouse
Logitech Wireless Optical Trackball
Internet Speed
5Mbps down / 820Kbps up
Other Info
Main use: photography;
DVD Drive: L.G GGW-H20L Blu-Ray / DVD;
OC: QPI/DRAM @ 1.33v, CPU @ 1.293v, DRAM Bus @ 1.65v, CPU PLL @ 1.88v, CPU mult = 25x, BCLK = 160, DDR3-1604 @ 7-8-7-24
I don't think you will be able to retrieve anything deleted or changed if you use the robocopy method as outlined.

you delete a file robo deletes it from the backup
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
Ultraplanet, how exactly does Robocopy handle changed files? Let's say I create a file today. Tomorrow I change it. The day after I realize I goofed, and want to redtore it to its original state. Will Robocopy have overwritten the copy with the latest, or does it keep multiple versions I can restore from?

Also, is it able to handle locked files?

Thanks!

I don't think you will be able to retrieve anything deleted or changed if you use the robocopy method as outlined.

you delete a file robo deletes it from the backup

SIW2 is correct robocopy will overwrite files on the backup. It's not really a backup solution but rather copy utility used to mirror the source and destination folders and files.

DJG - That said... if you rotated your media by using different external drives or different folders on your RAID Volume you would be able to return to those backups to get you file. In my case my nightly backup just overwrites the previous nights backup. My primary reason for backup is to protect against hardware failure so this routine works for me.

Also it is not able to copy a locked file. If a file is in use it gets skipped. Again it's just a glorified copy utility.
 

My Computer

Computer Manufacturer/Model Number
ultraplanet - model 23
OS
Windows 7
CPU
P4 3.0 HT
Motherboard
Intel DQ965GF
Memory
4 gigs of Crucial DDR2
Graphics Card(s)
nVidia GeForce 7800GT 256MB 256-bit w/ ACCELS1 Rev 2
Sound Card
on board
Monitor(s) Displays
HP 2509m
Screen Resolution
1920x1080
Hard Drives
2x 320gb Seagate Barracuda's - SATA 3Gbit/s - RAID-0 array
PSU
650 watt
Case
Antec
Cooling
Cool Master
Keyboard
Logitech diNovo Media Desktop
Mouse
see keyboard
Internet Speed
comcast cable
Other Info
7 Ultimate and 7 Pro twice each at home - Gigabit on the Network - Tomato on the Linksys - I freely share my wireless with my neighbors (8-10 additional devices)
Thank you Ultraplanet & SIW2 for the clarifications! For now I'll stick to my current backup workflow, but it's good to check out alternatives.
 

My Computer

Computer Manufacturer/Model Number
Custom workstation /// Lenovo X61t tablet notebook
OS
Windows 7 RTM x64
CPU
Core i7 980X @ 4.04GHz OC /// Core Duo L7500 @ 1.6GHz
Motherboard
Asus P6T6 WS Revolution ///
Memory
12GB G. Skill @ DDR-1600 OC /// 4GB
Graphics Card(s)
Saphire HD4870 Toxic 1GB /// Intel Mobile GMA X3100
Monitor(s) Displays
Dual Eizo 24" SX2461W /// 12"
Screen Resolution
1920x1200 /// 1400x1050
Hard Drives
Workstation:
5x 750GB Barracuda-11 on Areca ARC-1220;
4x 1.5TB Barracuda-11 on Intel ICH10R;
Volumes:
300GB RAID 0, 2.7TB RAID 10 on Intel;
100GB RAID 0, 1.4TB RAID 10 on Areca ///
Notebook: G.Skill Titan 256GB SSD
PSU
Tagan ITZ 1100
Case
GHS-1500 ///
Cooling
Thermalright IFX-14 + a slew of stealth fans ///
Keyboard
Logitech Edge ///
Mouse
Logitech Wireless Optical Trackball
Internet Speed
5Mbps down / 820Kbps up
Other Info
Main use: photography;
DVD Drive: L.G GGW-H20L Blu-Ray / DVD;
OC: QPI/DRAM @ 1.33v, CPU @ 1.293v, DRAM Bus @ 1.65v, CPU PLL @ 1.88v, CPU mult = 25x, BCLK = 160, DDR3-1604 @ 7-8-7-24
Ya'll may want to checkout the New Acronis H2010 .. Just released.

I've only quickly glanced thru the Users Guide so far ... (some of the 193 pages) ..
But it now supports W7 .. and you can Boot from the Backup Image file.

I'm thinking that to have Windows backup Windows ...
Is like hiring the hens to protect the hen house :D
 

My Computer

Computer Manufacturer/Model Number
HP d4996t (upgraded)
OS
XP MCE .... XP Pro 64 .... W7 U x64
CPU
E6750, 2.67GHz C2D
Memory
4GB, PC2 6400
Graphics Card(s)
GeForce 9400GT
Monitor(s) Displays
Twin Samsung 2443BWT
Screen Resolution
1920x1200
Hard Drives
Many .. 3 Installed
PSU
460W
Internet Speed
Cable
I've been trying the WIN7 backup system.
It seems to need an awful lot of HD space.
The problem is partly that the weekly incremental backup seems to be not incremental, but a whole new backup. My 150gb back-up partition ( on a second HD) gets eaten up by a system image and just two weekly backups. I then have to remember to delete the older one myself.
I might be digging out my old freeware backup utilities to see if they work in Win 7 shortly.

Now this is strange....
After I wrote the above I realised it was approaching the time that the backup would start. So I looked at it again.
I turned off the system image option, because it already has a good one and there's no point creating another ( probably poorer) one.
That's all I changed. And left it alone.
And the data backup seems to have worked as it should, not creating a second backup file.
I don't understand this at all. It does not inspire confidence.

Terry.
 
Last edited:

My Computer

Computer Manufacturer/Model Number
Mesh PC
OS
Win 7
CPU
Intel core 2 duo
Memory
4 gig
Hard Drives
1 x250 gig
1 x 500 gig
Mouse
MS lasermouse 5000 -'cos it scrolls smoothly, no wheel click
Internet Speed
10mb - cable
Other Info
The mouse took most research. I hate that click on the wheel, this one has the old fashioned smooth wheel. There aren't many about.

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
SIW:

Thanks for freebie link. Downloading it now.

I am trying to settle on 2 free imaging apps: Macrium Reflect Free and one other.

Win 7 app rejected out of hand.

I need a well-done interface, RELIABILITY, and flexibility re exactly what and to where, but no incrementals or scheduling. Did I say RELIABILITY? I don't want any surprises.

Where do you rank Paragon Backup and Recovery Compact compared to Acronis (WD free version)? Any notable shortcomings/differences? Using Acronis/WD now, but it has not been put to the test (restoration). No boot disc needed for restoration on Paragon?

I already have Paragon and Partition Wizard free partitioning apps, but have not had to use them. Hope to keep it that way.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Ignatz Special; 4 speed manual gearbox; factory air conditioning; one of one
OS
Windows 7 Home Premium SP1, 64-bit
CPU
Intel Skylake i5-6600K, not overclocked
Motherboard
AsRock Z170M Extreme 4, micro ATX
Memory
8 GB HyperX DDR4-2666 (2 x 4 GB)
Graphics Card(s)
none; graphics are integrated on CPU
Sound Card
onboard: Realtek ALC1150; external: USB Behringer UF0-202
Monitor(s) Displays
Dell S2340M 23 inch IPS
Screen Resolution
1600 x 900
Hard Drives
System: Crucial MX100 series SSD, 128 GB;
Data: Samsung Spinpoint 103SJ, 1 TB;
Backup: WD Caviar Green WD30EZRX-00D8PB0, 3 TB
PSU
Rosewill SilentNight 500 watt fanless, semi-modular
Case
Antec Solo II
Cooling
Noctua NH-U12S; Noctua F12 intake, Noctua S12A exhaust
Keyboard
Microsoft 200 6JH-00001 USB
Mouse
Dell or Microsoft optical wired; USB
Antivirus
Microsoft Security Essentials and Malwarebytes Premium
Browser
Pale Moon
Other Info
All fans PWM; speeds at idle: CPU circa 500 rpm; intake circa 600 rpm; exhaust circa 600 rpm; CPU temps 27 idle and 47 C load in a warm room (27 C/81 F) when running Intel Extreme Tuning Utility stress test.
Paragon is very solid and reliable. Not especially fast ( speed is reasonable for a normal priority setting - but there is no high speed setting ).

You will find if you set Macrium on High priority - it outpaces everything else.

The big advantage of Paragon ( particularly the BR 10 Compact is the huge number of features - file and folder backup as well - you don't get any of that on any of the others ).

Paragon can also flip itself into it's own recovery environment to restore - still with any of these apps. - make sure you run off the cd and that it boots up and recognizes everything - just to be safe.

Also Paragon boot disc has a lot of great stuff - file transfer wizard , boot corrector - fixes bcd entries , and can be used to correct drive letters in the system registry, etc .

If you just want to make partition/disk images - no differentials, no file and folders backup, and no extras - the Macrium is much more efficient than Acronis.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
Aye aye and ten four.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Ignatz Special; 4 speed manual gearbox; factory air conditioning; one of one
OS
Windows 7 Home Premium SP1, 64-bit
CPU
Intel Skylake i5-6600K, not overclocked
Motherboard
AsRock Z170M Extreme 4, micro ATX
Memory
8 GB HyperX DDR4-2666 (2 x 4 GB)
Graphics Card(s)
none; graphics are integrated on CPU
Sound Card
onboard: Realtek ALC1150; external: USB Behringer UF0-202
Monitor(s) Displays
Dell S2340M 23 inch IPS
Screen Resolution
1600 x 900
Hard Drives
System: Crucial MX100 series SSD, 128 GB;
Data: Samsung Spinpoint 103SJ, 1 TB;
Backup: WD Caviar Green WD30EZRX-00D8PB0, 3 TB
PSU
Rosewill SilentNight 500 watt fanless, semi-modular
Case
Antec Solo II
Cooling
Noctua NH-U12S; Noctua F12 intake, Noctua S12A exhaust
Keyboard
Microsoft 200 6JH-00001 USB
Mouse
Dell or Microsoft optical wired; USB
Antivirus
Microsoft Security Essentials and Malwarebytes Premium
Browser
Pale Moon
Other Info
All fans PWM; speeds at idle: CPU circa 500 rpm; intake circa 600 rpm; exhaust circa 600 rpm; CPU temps 27 idle and 47 C load in a warm room (27 C/81 F) when running Intel Extreme Tuning Utility stress test.
Weekly backup

I turned off the system image option, because it already has a good one and there's no point creating another ( probably poorer) one.
That's all I changed. And left it alone.
And the data backup seems to have worked as it should, not creating a second backup file.
It doesn't work that way for me, and my full backup takes over 2 days!! I also have the WMP Network Sharing Service disabled, as someone else suggested.:confused:
In any event, I don't know how to change the schedule for the complete backups; I'd like to do an incremental daily, and a complete monthly, but only the incremental seems settable.

Zig
 
Last edited:

My Computer

Computer Manufacturer/Model Number
Self-built
OS
Win XP,Vista (32-bit), Win 7 (64-bit)
I'm trying to do a backup to external hard drive. Sometimes works o.k. Other times I get "There was a failure in creating a directory on the backup storage location. Access is denied".

Any iedas on how to correct?
 

My Computer

Computer Manufacturer/Model Number
dell xps 410
OS
windows 7
CPU
intel
I have just posted the following message to the Microsoft technical support forums; I believe it might be useful for this discussion as well:

Dear Divya,


I believe that your answer was (unintentionally) not fully responsive to Eckerlin's questions. I understand the differences between "image," "full" and "incremental" backups; please allow me to state some observations I have made, and please respond if they are correct or incorrect. I have been trying to make a (rather large) full backup on a less-than-weekly basis, accompanied by my daily incremental backups. I am using an external 2 TB USB drive.



  1. When the "Back Up Now" button is pushed, the program makes a full backup, as defined in the user settings.
  2. Incremental backups are then performed on a daily basis, or as otherwise scheduled by the user.
  3. Another full backup is performed one week after the initial full backup, at the exact time that initial backup was run.

I understand how to set the schedule for the incremental backups in the program dialog, and this setting also appears to be available in the Windows Task Scheduler under the AutomaticBackup key; however, I'm unclear on how to modify or set the schedule for the (currently weekly) full backup. ? Is this setting hardcoded into the backup program, or is it accessible through the Windows Task Scheduler at a different place? I would like to set the full backup frequency to monthly, inasmuch as I do a "file backup" of my entire computer when I perform a full backup. I believe that the daily 3 AM incremental backups will suffice for most changes I might make during that interval, though I realize that periodic pruning may be necessary.

If possible, please respond to my bullet points individually with your comments, as well as directly answering my question as to full backup scheduling.


I don't intend to put you on the defensive by being so concrete, but I feel that some of the "party line" documentation for Windows Backup is in error, or otherwise inadequate. Of course, it's possible that there are bugs or other limitations in the program as currently written, to be addressed at a later date; if so, a third-party program might be more useful until such time.


Thank you in advance for your help,

Bill Zigrang
 
Last edited:

My Computer

Computer Manufacturer/Model Number
Self-built
OS
Win XP,Vista (32-bit), Win 7 (64-bit)
Back
Top