duration of backup ...

Page 1 of 2 12 LastLast

  1. Posts : 57
    xp, w7
       #1

    duration of backup ...


    hi everyone!
    last night i tried to make a w7 backup of my entire pc on an external 1gig firewire hd
    (5 partitions on three drivers -> some 900 gigabytes altogether)
    this morning i found that only 25 percent of the entire job were completed. ie: are 2-3 days the usual ammount of time a complete backup can take?

    thanks for reading
    markus

    my version: w7 7100 64bit
      My Computer


  2. Posts : 28,845
    Win 8 Release candidate 8400
       #2

    149047 said:
    hi everyone!
    last night i tried to make a w7 backup of my entire pc on an external 1gig firewire hd
    (5 partitions on three drivers -> some 900 gigabytes altogether)
    this morning i found that only 25 percent of the entire job were completed. ie: are 2-3 days the usual ammount of time a complete backup can take?

    thanks for reading
    markus

    my version: w7 7100 64bit
    Ummm Its a lot of info, a really log of data. You might want to break it into seperate jobs, and use a third party app like Acronis (much faster). My OS backup is 25 gigs and done over USB 2 so it is slower than firewire but takes abt 25 minutes with verify.

    On the subject of restoring. You are probably not going to want to restore the entire 900 gigs and if its taking this long to backup it will take that long to restore nless you are using incremental

    But it is taking a long time

    Ken
      My Computer


  3. Posts : 7,878
    Windows 7 Ultimate x64
       #3

    Another question for me would be what type of restore would you be looking for in the event of a crash?

    If you are fine with reinstalling your OS and your applications and your backup is pretty much just for the data....you might want to look at something like robocopy....which is a Microsoft tool that I use for most of my data backups. It just simply copies everything from a specified location to a backup location. However, it only copies files that have changed since the last time that you ran it. So, the first copy obviously takes time...but subsequent copies are very fast. If you are looking for a quick, click and restore everything and get my machine back to exactly how it was 10 minutes ago....a tool like this is not the right one.
      My Computer


  4. Posts : 57
    xp, w7
    Thread Starter
       #4

    well for me its all about saving data - i have lots of photos, images and music files. thats why i figured it would make sense to let win7 backup the entire pc.
    markus
      My Computer


  5. Posts : 28,845
    Win 8 Release candidate 8400
       #5

    149047 said:
    well for me its all about saving data - i have lots of photos, images and music files. thats why i figured it would make sense to let win7 backup the entire pc.
    markus
    Im a strong believer in backing up. Win 7 built in backup isn't the most robust. I personally dont use it. the most frequent thing to break is the OS partition. I back that up daily. First to another drive on another computer. For data I do it less often and have 3 different sets. One on another computer, one online, and one in a different location.

    It really does make sense to backup your important stuff with whatever method you choose. Just make sure you stick to it religiously.

    Breaking it up into pieces makes it less taxing on your machine, and less taxing to restore

    Ken
      My Computer


  6. Posts : 2,111
    Win7 Build 7600 x86
       #6

    149047 said:
    hi everyone!
    last night i tried to make a w7 backup of my entire pc on an external 1gig firewire hd
    (5 partitions on three drivers -> some 900 gigabytes altogether)

    this morning i found that only 25 percent of the entire job were completed. ie: are 2-3 days the usual ammount of time a complete backup can take?
    my version: w7 7100 64bit
    I take it the 1gig external is a typo.

    Using a backup program for user files like photo's, music and such, is not only unnecessary, but also dangerous.

    Unnecessary because you can just copy the files to another location, so you'll have duplicates.

    Dangerous because when a backup image becomes unreadable, you lose everything in it.

    Backups are useful only to backup OS drive.

    Try the free trial of "Acronis True Image Home 2009".
    It's brilliant and easy to learn.
    It can also backup networked PC's but I only recommend it with a gigabit network.

    You can try it out before buying it. ($ 49,99)

    greetz
      My Computer


  7. Posts : 7,878
    Windows 7 Ultimate x64
       #7

    149047 said:
    well for me its all about saving data - i have lots of photos, images and music files. thats why i figured it would make sense to let win7 backup the entire pc.
    markus
    As long as you have these files all organized in a certain location, it's really easy to use something like robocopy to back them up.

    Just write a quick batch file that looks like this

    Code:
    C:\Windows\system32\robocopy C:\users\me\Pictures E:\Backups\Pictures /MIR /E 
    C:\Windows\system32\robocopy C:\users\me\Downloads E:\Backups\Downloads /MIR /E 
    C:\Windows\system32\robocopy C:\users\me\Music E:\Backups\Music /MIR /E
    So, in the above example, I am backup up 3 locations on my C drive and sending them to an external USB 2.0 hard drive which is mounted as the E drive. The job only processes the files which have changed since the last run, so it's extremely fast.

    The /MIR says to mirror the data. Meaning that if you delete it from the hard drive on your computer, it's going to also delete it from the E drive in the case of my example.

    The /E says to copy subdirectories, including empty ones. This way you can preserve the file structure that you have in place.
      My Computer


  8. Posts : 1,161
    Windows 8.1 PRO
       #8

    Just adding a little more detail on the .bat file.

    In case you don't have robocopy.exe, I uploaded the .exe here

    2shared - download robocopy.exe

    I use the following .bat file

    @echo off

    robocopy "C:\users\tom\desktop" "F:\desktop" /mir /s

    echo Backup Complete

    pause
      My Computer


  9. Posts : 57
    xp, w7
    Thread Starter
       #9

    thanks guys!! i think i learnt something today. you're absolutely right about the dangers of backing up photos and music files other than by mirroring them to another drive.
    the robocopy thing is really very handy. thank you everyone for your splendid ideas :)
    markus
      My Computer


  10. Posts : 51,468
    Windows 11 Workstation x64
       #10

    I use Microsofts synctoy for backing up my pics & docs - http://www.microsoft.com/Downloads/d...displaylang=en

    I also let WHS do nightly backups
      My Computers


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 07:25.
Find Us