image for windows and subfolders

Discussion in 'backup, imaging & disk mgmt' started by lodore, Nov 6, 2008.

Thread Status:
Not open for further replies.
  1. lodore

    lodore Registered Member

    Joined:
    Jun 22, 2006
    Posts:
    9,065
    Hello,
    I purchased image for windows today.

    Awhile ago Brian K gave me code for a batch file as follows: (btw i edited the path name since i use 64bit vista)
    if not defined RunTask set RunTask=1 & start "Image for Windows" /min %SystemRoot%\system32\cmd.exe /c "%0" & goto :EOF

    path=C:\Program Files (X86)\IFWC;%path%

    Z:
    CD \IFW images

    imagewc /b /d:w0@0x1 /f:C /uy /vb

    if not %errorlevel% == 0 (
    echo %date% %time% >> fail.log
    echo Imagew errorlevel is %errorlevel% >> fail.log
    echo. >> fail.log
    exit
    )
    exit

    the imaging Works fine with the console version.
    Scheduled tasks work great.
    I want to do one of the following:
    1. Name all images C.tbi for backing up C: and have IFW create a subdirectory every day in Z:\IFW images
    2. Name each image by the day of the week and store the images in Z:\IFW images with no subdirectory.

    I do have one problem. when creating the image programs react very slowly and appear to have locked up. then suddenly all spring in to action. I will contact TeraByte Unlimited about that tomorrow.
     
    Last edited: Nov 7, 2008
  2. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,183
    Location:
    NSW, Australia
    lodore,

    I can answer that one. Sort of. See p72 of the userguide for a partial explanation. In batch files you will need extra %. So your command line would be...

    imagewc /b /uy /d:w0@0x1 /f:"C %%~MM%%-%%~DD%%" /vb

    It's recommended to have /uy follow the /b or /r switch.

    Today's image would be C 11-07.tbi
     
    Last edited: Nov 6, 2008
  3. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,183
    Location:
    NSW, Australia
    Is this at the start? Before the imaging commences? How long does it take before imaging commences?
     
  4. lodore

    lodore Registered Member

    Joined:
    Jun 22, 2006
    Posts:
    9,065

    Cool thanks Brian can you reverse it so that its 07-11?
     
    Last edited: Nov 7, 2008
  5. lodore

    lodore Registered Member

    Joined:
    Jun 22, 2006
    Posts:
    9,065
    No acually the start is fine. It is just when the image is being created and verifyed.
     
    Last edited: Nov 7, 2008
  6. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,183
    Location:
    NSW, Australia
    I'd expect so. You can also have YYYY and HHMM if you want. I just noticed you can have DOW (three character day of week).
     
  7. Aaron Here

    Aaron Here Registered Member

    Joined:
    Jun 4, 2006
    Posts:
    1,205
    Location:
    USA
    ...and I thought you were the #1 champion for Paragon here in this forum! o_O
     
  8. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,183
    Location:
    NSW, Australia
    lodore,

    I'll bet you are using C Fri-07-11.TBI

    Nice
     
  9. lodore

    lodore Registered Member

    Joined:
    Jun 22, 2006
    Posts:
    9,065
    Yup.
    I am going to email TeraByte Unlimited about the freezing of programs during imaging and aslo why psylock can take anything from 30seconds to 5minutes 30seconds.
     
    Last edited: Nov 7, 2008
  10. lodore

    lodore Registered Member

    Joined:
    Jun 22, 2006
    Posts:
    9,065
    Hey Aaron,
    I have used Paragon for a long time now. it hasn't let me down. I would still recommend paragon to anyone.
    one of the reasons for buying image for windows was that the boot disc loads alot faster than the paragon one.
    Another reason was the fact that it also comes with Image for linux.
     
    Last edited: Nov 7, 2008
  11. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,183
    Location:
    NSW, Australia
    lodore,

    I've been playing with IFL networking. Imaging and restoring over the network. By far the easiest network CD I've used. No knowledge of Linux is required and almost no knowledge of networking is required.
     
  12. lodore

    lodore Registered Member

    Joined:
    Jun 22, 2006
    Posts:
    9,065
    Hey Brian,
    downloading atm.
    I was hoping i could restore images over a network.
    What linux kernal version is used?
    Fantastic program.
     
    Last edited: Nov 7, 2008
  13. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,183
    Location:
    NSW, Australia
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.