To export all archives stored in a managed vault or to import all archives from a folder to a managed vault, you can use the scripts that are provided with Acronis Backup & Recovery 10 Storage Node.
The scripts are located in the folder where the storage node is installed—by default, C:\Program Files\Acronis\StorageNode.
Password-protected archives will be skipped during export or import.
To export all archives from a managed vault to a folder
cscript.exe VaultExport.js /source_vault:"bsp://My Node/My Vault" /target_vault:"C:\Archives"
To import all archives from a folder to a managed vault
cscript.exe VaultImport.js /source_folder:"C:\Archives" /target_vault:"bsp://My Node/My Vault"
Script options
The options of the VaultExport.js script are: source_vault, source_credentials, target_vault, and target_credentials.
The options of the VaultImport.js script are: source_folder, source_credentials, target_vault, and target_credentials.
For either script, these options are equivalent respectively to the vault, credentials, target_vault, and target_credentials options of the StorageNodeCmd utility.