• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Vault

    Reply
    Mentor
    Posts: 330
    Registered: 12-11-2007

    Trying to understand a Vault 2009 backup script.

    37 Views, 1 Replies
    02-22-2012 07:48 AM

    Hi,

     

    I have been charged with improving a Vault 2009 server performance.  The first thing I can see to do is to stop the validation running every night.  I can remove this from the backup script which runs but I am unsure as to a couple of the commands in there and what they do.  My recent experience is with 2011+

     

    This is the old and revised line in the .bat file.  Can anybody please tell me if it is the correct modification?

     

    @Set OptVaulMan1=-VUadministrator -VP####### -S -VAL -L"D:\AutodeskVaultBackups\LATEST\BACKUPLOG.txt"
    Set OptVaulMan1=-VUadministrator -VP###### -S -L"D:\AutodeskVaultBackups\LATEST\BACKUPLOG.txt"

     

    Thanks

     

    Guy

     

     

    AutoCADM 2011 SP2
    XP 32-Bit SP3
    Employee
    paul.gunn
    Posts: 280
    Registered: 06-07-2010

    Re: Trying to understand a Vault 2009 backup script.

    02-22-2012 08:22 AM in reply to: guyh

    Hi Guy,

     

    This looks correct. You are just removing the -VAL switch, which is indeed the switch that controls whether the backup is validated.

     

    Paul