Community
Vault Forum
Welcome to Autodesk’s Vault Forums. Share your knowledge, ask questions, and explore popular Vault topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Backup Script

3 REPLIES 3
Reply
Message 1 of 4
CAD-One
289 Views, 3 Replies

Backup Script

Migrated from Vault Collaboration 2013 to Vault Professional 2015.

Here is our old script. Is there a updated script that replaces this?

 

@echo OFF

net start "Autodesk Data Management Job Dispatch"

net start "Autodesk Data Management Job Dispatch"

SET ADMS_CONSOLE_LOC="C:\Program Files\Autodesk\ADMS Collaboration 2013\ADMS Console"

SET BACKUP_LOC_A=G:\Vault_Data\Backup\A

SET BACKUP_LOC_B=G:\Vault_Data\Backup\B

SET BACKUP_LOG_LOC=D:\Vault_Data\Backup\VAULTBACKUPLOG.TXT

SET ACCOUNT=administrator

SET PSSWD=

RMDIR %BACKUP_LOC_B% /Q /S

REN %BACKUP_LOC_A% "B"

MKDIR %BACKUP_LOC_A%

c:

CD %ADMS_CONSOLE_LOC%

CONNECTIVITY.ADMSCONSOLE.EXE -Obackup -B%BACKUP_LOC_A% -VU%ACCOUNT% -VP%PSSWD% -L%BACKUP_LOG_LOC% -S

iisreset /restart

C1
Inventor Professional 2020
Vault Professional 2020
AutoCAD 2020
3 REPLIES 3
Message 2 of 4
paul.gunn
in reply to: CAD-One

Hi,

 

I don't think the command line changed at all between releases. Are you seeing any issues when running this script in 2015?

 

Paul

Message 3 of 4
CAD-One
in reply to: paul.gunn

It's just not backing up. Don't see any error. So was suspecting if this needed some new lines/ update

Sent from my iPhone
C1
Inventor Professional 2020
Vault Professional 2020
AutoCAD 2020
Message 4 of 4
paul.gunn
in reply to: CAD-One

It looks like the command line is still pointing to collab 2013 . This will need to be changed to reflect the actual 2015 installed location.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums