- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We're using the following script to back up our Vault Pro 2013 Publisher server. (there are two subscribers in a connected workgroup setup, I'm not concerned with them here)
@ECHO OFF
ECHO --------------- Vault Backup Started: %date% %time% ---------------
RD /Q /S "V:\Vault_BU\B"
REN "V:\Vault_BU\A" "B"
MD "V:\Vault_BU\A\"
NET STOP "vault service name"
"C:\Program Files\Autodesk\ADMS Professional 2013\ADMS Console\Connectivity.ADMSConsole.exe" -Obackup -B"V:\Vault_BU\A" -VUadmin -VP***************
NET START "vault service name"
ECHO ----------- Local Vault Backup Completed: %date% %time% -----------
The backup has been failing to occur because this popup is interrupting the backup (see attached pic). What is the solution for this? Is there a command line switch to auto-accept this? Is forcing a replication before the backup the right thing to do? (even this seems risky, it seems one small change between replication completing and backup starting could spoil it)
Currently, the server has a Replication Event at around Midnight, this backup starts at 3am. Thanks for your aattention to this matter! I have a feeling my backup script is just a little too unrefined for our environment.
Solved! Go to Solution.