Autodesk Vault
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Trying to understand a Vault 2009 backup script.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
XP 32-Bit SP3
Re: Trying to understand a Vault 2009 backup script.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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

