I need to do the backup of the files in the repository. Right now I'm using CMD script to do that. Script (a part of it) looks like that:
Code: Select all
RMDIR /S /Q Files
%VAULT% GET -server %SERVER% -ssl -user %USER% -password %PASS% -repository %REPOSITORY% $
Is there a command in Vault.exe which would "download" the latest version of the files (for example GETLATEST or something similar)?
Pohorc