True Image 9 Scripts Question

Discussion in 'Acronis True Image Product Line' started by cmptch04, Nov 14, 2005.

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

    cmptch04 Registered Member

    Joined:
    Nov 14, 2005
    Posts:
    4
    I was wondering how you write a script that works in true image 9 like i want to backup the drive and leave out the contents of every users temp and temp internet files...is there a wildcard or script that can perform this action.

    Thanks
     
  2. MKairys

    MKairys Registered Member

    Joined:
    Oct 13, 2005
    Posts:
    309
    Location:
    Ann Arbor, Michigan
    If you select Files and Folders backup you will get to a page called Source Files Exclusion that you could use to do what you want. You can't do anything like that in an image backup.
     
  3. cmptch04

    cmptch04 Registered Member

    Joined:
    Nov 14, 2005
    Posts:
    4
    I am aware of that option my question is more how do i get it to ignore every user's temp and temp internet folders
     
  4. MKairys

    MKairys Registered Member

    Joined:
    Oct 13, 2005
    Posts:
    309
    Location:
    Ann Arbor, Michigan
    I'm just guessing, but how about something like

    Code:
    C:\Documents and Settings\*\Local Settings\Temp\*
    C:\Documents and Settings\*\Local Settings\Temporary Internet Files\*
    ... or maybe even

    Code:
    C:\Documents and Settings\*\Local Settings\Temp*\*
     
  5. cmptch04

    cmptch04 Registered Member

    Joined:
    Nov 14, 2005
    Posts:
    4
    I will try and see how it works ....thanks
     
  6. cmptch04

    cmptch04 Registered Member

    Joined:
    Nov 14, 2005
    Posts:
    4
    That command got it thanks alot
     
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.