HDM 12 Pro - unable to make a covering archive

Discussion in 'Paragon Drive Backup Product Line' started by Anakunda, Dec 24, 2012.

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

    Anakunda Registered Member

    Joined:
    Feb 20, 2010
    Posts:
    99
    Hello, when trying to merge archives made by script I get the error about bad index. This only happens with HDM 12. Having used the same code with HDM 11 and earlier, the overing archive was always made without problem
    Here's the script snippet:

    Code:
    // Merge archives into one archive
    img = "Y:/backup_$(YEAR)_$(MONTH)_$(DAY)_$(HOUR)_$(MINUTE).pbf"
    img = "Y:/img_0.pbf"
    img = "Y:/img_1.pbf"
    options
        pwd = "mypassword"
        label = "Backed up on $(DAY).$(MONTH).$(YEAR) $(HOUR):$(MINUTE):$(SECOND)"
    store complex
    
    The error message:

    Code:
    http://content.screencast.com/users/nobody5/folders/Snagit/media/81c5b23a-f210-4b23-bd54-51da146cf365/12.24.2012-08.png
    Is this a program bug or paragon scripting syntax changed?

    Btw. the forum is buggy, can't even insert a image url, fix it please o_O
     
  2. Paragon_Matt

    Paragon_Matt Paragon Moderator

    Joined:
    Jan 24, 2011
    Posts:
    399
    some of the Paragon scripting syntax has changed due to the introduction of the .pfi which is being used for differentials or incremental images, regardless of whether you are creating them or not.
     
  3. Anakunda

    Anakunda Registered Member

    Joined:
    Feb 20, 2010
    Posts:
    99
    Would you provide to updated script snippet that creates a unifying archive for all made images?
     
  4. Paragon_Matt

    Paragon_Matt Paragon Moderator

    Joined:
    Jan 24, 2011
    Posts:
    399

    // Merge archives into one archive
    img = "H:/arc_040113001813503/arc_040113001813503_$(YEAR)_$(MONTH)$(DAY).pfi"
    img = "H:/arc_040113001813503/arc_040113001813503_$(YEAR)_$(MONTH)$(DAY).pbf"
    img = "H:/arc_040113001813503/img_0_040113_001834423_$(YEAR)_$(MONTH)$(DAY).pbf"
    img = "H:/arc_040113001813503/img_1_040113_001834426_$(YEAR)_$(MONTH)$(DAY).pbf"
    options
    label = "Backed up on 1/4/2013 12:18:29 AM (UTC time)"
    store complex

    Just an example, hope that helps
     
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.