VideoHelp.com Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date: Apr 2007
    Location: Down Under. (G'day)
    Edit:- This has nothing to do with a Video Help Forum but I thought It was a great deal and would be of use to a lot of members.
    Moderators; If out of place, my apologies and please delete.

    Hi all.
    The very good people from http://www.runtime.org/driveimage_faq.htm provide this backup/restore/recover/browse program.
    FREE of charge. It works with Vista and XP. (Haven't tried Win2k.)

    The help files are very easy to read. When it comes to creating a recovery CD - BartPE is recommended. There are hundreds of links to how to do it. Just search. The ability to open the program, browse for a lost or deleted file, right click and extract it is GREAT!
    I highly recommend you download and install it.

    Following is a small batch file I wrote to do backups of one drive to another drive, with compression.
    All you need to do is place the batch file or a link to it on the desktop, double click on it and walk away.

    The source drive letter needs to be changed to the drive you are backing up. One spot.
    The destination drive letter needs to be changed to the output drive. Four spots.

    @echo off
    :: *** Create backup root folder ***
    if not exist D:\backups md D:\backups

    :: *** Create env.var %date% with today's date. ***
    date/t > tmp
    for /F "tokens=4,3,2 delims=/ " %%b in (tmp) do set date=%%d%%c%%b
    del tmp

    :: *** Create env.var %number% for the next backup. Maximum of 5 per day. ***
    set number=0
    for /L %%x in (5,-1,1) do if not exist "D:\backups\XP%date%-%%x.xml" set number=%%x
    if %number%==0 goto ErrMsg01

    "C:\Program Files\Runtime Software\DriveImage XML\DIXML.EXE" /c /s- /bC /t"D:\backups\XP%date%-%number%"
    goto end

    :ErrMsg01
    echo Unable to create the backup file.
    echo Press any key to exit....
    pause>nul

    :end

    Copy and paste into a text file:- DriveImage.cmd
    Make the changes and you're good to go.
    Quote Quote  

  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date: Aug 2000
    Location: Sweden
    This is not video related news. Moving you to our Computer section.
    Quote Quote  

  3. Member
    Join Date: Apr 2007
    Location: Down Under. (G'day)
    Aha. Of course!
    Thanks.
    Quote Quote  

  4. Member jollyjohn's Avatar
    Join Date: Mar 2005
    Location: Sydney Australia
    Thanks pcspeak.
    How do you reload your back up from D to C drive?

    Thanks again

    John
    Quote Quote  

  5. Member
    Join Date: Apr 2007
    Location: Down Under. (G'day)
    Basically, you build a bootable CD. During the build you add a plugin to allow you to run DriveImage.
    Get started here and read from top to bottom. http://www.runtime.org/peb.htm
    Download the DriveImage plugin.

    Then go to Bart Lagerweij's site and download PE Builder. By following both Runtime Software's & Bart Lagerweij's instructions the job is straight forward.

    NOTE:- You must have a licensed copy of Windows XP to build the Bart PE boot disk.
    Read the licensing information on Bart's web site.

    Luck.
    Quote Quote  




Similar Threads

  1. Best FREE (not a trial) EASY software to convert UTube movies onto a DVD???
    By jacknscoob in forum Newbie / General discussions
    Replies: 1
    Last Post: 16th Jan 2012, 01:37
  2. Replies: 11
    Last Post: 4th Feb 2011, 11:24
  3. Free Backup DVD software -DVDFab Passkey
    By jimdagys in forum DVD Ripping
    Replies: 3
    Last Post: 9th Mar 2010, 14:52
  4. Replies: 19
    Last Post: 2nd Dec 2009, 15:18
  5. Replies: 89
    Last Post: 13th Nov 2009, 20:16
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools