Best Free Software to do a Backup of Selected Folders?

Page 2 of 2 FirstFirst 12

  1. Posts : 10,455
    Microsoft Windows 7 Home Premium 64-bit Service Pack 1
       #11

    600 GB is rather a large backup. It will take many hours to a USB HDD. You can't recon to get much better than 25MB/second transfer rate.
      My Computer


  2. Posts : 38
    Windows 7 Home Premium x64
    Thread Starter
       #12

    It gets to 22% no problem then I guess it's hitting my movie folder, because I'm currently at 26%. It's doing about a percent every 2 hours I think. Hopefully it speeds up when it's done the videos.
      My Computer


  3. mjf
    Posts : 5,969
    Windows 7x64 Home Premium SP1
       #13

    I'd adopt a totally different approach to backing up this amount of data.
    I'd split the data into categories and backup using a mixture of methods.
    I'd personally only use Windows file/folder backup for data backup around 20GB or better less. It uses ZIP and zipping up video files will just take lots of time with very little compression.
      My Computer


  4. Posts : 10,455
    Microsoft Windows 7 Home Premium 64-bit Service Pack 1
       #14

    Videos don't compress very much at all. You would be better off using a file copy but even that is going to take some time. As mjf suggests I would try to split it up into smaller units and only do the bits that change after the initial backup.
      My Computer


  5. Posts : 3,187
    Main - Windows 7 Pro SP1 64-Bit; 2nd - Windows Server 2008 R2
       #15

    The Cobian Backup program I mentioned earlier allows you to do either Differential or Incremental backups. :)
      My Computer


  6. Posts : 880
    Windows 7 Professional 64bit
       #16

    I've used SyncToy in the past, but for several years now have used SyncBack (free) for documents backup. It has everything I need for scheduling, but most importantly for selecting (and excluding) folders & files for backup. It only transfers files that have changed, which means if you have large Picture (or Video) collections they get backed-up once and not subsequently. Highly recommended:

    Free backup software - SyncBack Freeware - free data backup software
      My Computer


  7. mjf
    Posts : 5,969
    Windows 7x64 Home Premium SP1
       #17

    @maxseven
    that "SyncBack" looks pretty good.
      My Computer


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

    What I use is robocopy. Best part, it comes with Windows 7.

    All you have to do is create a .bat file on your hard drive. Put the following syntax into the file
    C:\windows\system32\robocopy D:\data I:\backups\data /E /MIR
    C:\windows\system32\robocopy D:\music I:\backups\music /E /MIR
    C:\windows\system32\robocopy D:\movies I:\backups\movies /E /MIR
    C:\windows\system32\robocopy D:\pix I:\backups\pix /E /MIR

    The /E includes directories that are empty
    The /MIR tells it to mirror the source and the destination. Hence, if you delete the file from D:\data, it will remove it from the I:\backups\data folder as well.

    robocopy only gets changes...so the first run takes awhile, and subsequent runs are fast..as it's only files which have changed.
      My Computer


 
Page 2 of 2 FirstFirst 12

  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 16:55.
Find Us