Operations with vaults
Validating a vault
-
Validating all archives in a network folder except for password-protected ones.
acrocmd validate vault --loc=\\srv1\backups --credentials=netuser1,pass1
To validate a password-protected archive, use the
validate archive
command.
Exporting a vault and importing archives to a vault
These operations are performed by means of the export archive
command (see examples).
Operations with deduplicated vaults
You can perform the following operations on duplicated vaults.
- Repacking a vault.
[AcronisStorageNode_machine_hostname]: vault "[vault_name]"
CopyCLI exampleacrocmd repack --loc=bsp://localhost/vault --host=localhost --credentials=Administrator,qwe123QWE --address=localhost --service=asn
- Stop repacking a vault.
[AcronisStorageNode_machine_hostname]: vault "[vault_name]"
CopyCLI exampleacrocmd stop_repack --loc=bsp://localhost/vault --host=localhost --credentials=Administrator,qwe123QWE --address=localhost --service=asn
- Compacting a vault.
[AcronisStorageNode_machine_hostname]: vault "[vault_name]"
CopyCLI example
acrocmd compact vault --name=vault --host=127.0.0.1 --credentials=Administrator,qwe123QWE --service=asn
- Reindexing a vault.
[AcronisStorageNode_machine_hostname]: vault "[vault_name]"
CopyCLI example
acrocmd reindex vault --name=<Vault Name> --host=<IP Address> --credentials=<Username,Password> --service=asn