User guide
133 Copyright © Acronis International GmbH, 2002-2013
acrocmd convert full --loc=C:\Backups --arc=my_archive
--backup=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Consolidating backups (p. 49)
Deleting all backups from an archive except for the specified ones.
acrocmd consolidate backup --loc=C:\Backups --arc=my_archive --password=123
--backup=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1,XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXX
XX2
Deleting backups (p. 50)
Deleting the specified backups from an archive.
acrocmd delete backup --loc=C:\Backups --arc=my_archive --password=123
--backup=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1,XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXX
XX2
4.2.3 Mounting volumes
Listing mounts (p. 51)
Listing the volumes mounted from backups.
acrocmd list mounts
Mounting (p. 51) (Agent for Windows only)
Mounting the first volume of the first disk from a backup in the read-only mode. The resulting
volume will be assigned letter "Z".
acrocmd mount --loc=E:\backups --arc=my_archive
--backup=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX --volume=1-1 --letter=Z
Mounting (p. 51) (Agent for Linux only)
Mounting the first volume of the second disk from the latest backup of an archive located on the
srv1 node in the /backups directory exported by NFS.
acrocmd mount --mount_point=/mnt/md1 --loc=nfs://srv1/backups:/ --arc=my_archive
--volume=1-2
Mounting the first volume of the first disk from a backup in the read-write mode.
acrocmd mount --mount_point=/mnt/md2 --loc=/home/backups --arc=mybackup
--backup=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX --volume=1-1 --rw
Unmounting (p. 52) (Agent for Windows only)
Unmounting a volume.
acrocmd umount --letter=Z
Unmounting (p. 52) (Agent for Linux only)
Unmounting a device mounted at the mount point.
acrocmd umount --mount_point=/mnt/md1
4.2.4 Mounting SQL databases
Listing mounts (p. 53)
Listing the Microsoft SQL databases mounted from backups.
acrocmd list mssql_mounts