Archives

Listing archives

  • Listing archives in a network folder. Since the --all parameter is specified, all fields will be output for each archive: name; creation date; machine whose data is contained in the archive; owner (the user who saved the archive to the destination); occupied space in bytes; and comments on the archive.

    acrocmd list archives --all --loc=\\bkpsrv\backups --credentials=netuser,pass

Exporting archives

  • Exporting a password-protected archive stored in a network folder to a local folder.

    acrocmd export archive --loc=\\bkpsrv\backups --credentials=netuser1,pass --arc=my_archive --password=123 --target=E:\copies --target_arc=my_archive_copy
  • Exporting all archives from one network folder to another one.

    acrocmd export archive --loc=\\bkpsrv1\backups --credentials=netuser1,pass1 --target=\\bkpsrv2\backups --credentials=netuser2,pass2

    The first credentials are required to access the source network folder \\bkpsrv1\backups. The second credentials enable writing to the target network folder \\bkpsrv2\backups.

Validating an archive

  • Validating all backups of an archive.

    acrocmd validate archive --loc=E:\backups\ --arc=my_archive

Deleting an archive

  • Deleting an archive.

    acrocmd delete archive --loc=\\bkpsrv\backups --credentials=netuser,pass --arc=my_archive