User guide

127 Copyright © Acronis International GmbH, 2002-2013
acrocmd list exchange_databases --exchange_credentials=domain1\exch_user1,12345
Listing Exchange storage groups and databases on an Exchange server. The Exchange server is
accessed via the management server.
acrocmd list exchange_databases --host=srv1 --credentials=user,pass1 --service=ams
--address=exch_srv --exchange_credentials=domain1\exch_user1,12345
Listing mailboxes and public folders (p. 32)
Listing mailboxes and public folders of all the databases on the local Exchange server.
acrocmd list exchange_mailboxes --exchange_credentials=domain1\exch_user1,12345
Listing mailboxes and public folders of a database on an Exchange server.
acrocmd list exchange_mailboxes --host=exch_srv --credentials=user,pass1
--exchange_credentials=domain1\exch_user1,12345 --mailbox_location=db1
Backing up Exchange storage groups and databases (p. 32)
Backing up two storage groups on the local Exchange server. The backup will be saved to a
managed vault. Since the --metadata_level (p. 95) parameter is not specified, the backup will
be the fastest as compared with other values of this parameter. However, access to individual
e-mails in the resulting backup (by using graphical user interface) may take considerable time.
acrocmd backup exchange_database --exchange_credentials=domain1\exch_user1,12345
--items=storage_group_1,storage_group_2 --loc=bsp://storage_node1/my_vault
--credentials=bkpuser,pass --arc=exchg_db_arc(1)
Creating an express full backup of three databases on an Exchange 2010 server. The backup will
be saved to a network share. Since the --metadata_level (p. 95) parameter is set to all, the
backup will be the slowest as compared with other values of this parameter. However, access to
individual e-mails in the resulting backup (by using graphical user interface) will be the fastest.
acrocmd backup exchange_database --host=exch_srv --credentials=user,pass1
--exchange_credentials=domain1\exch_user1,12345 --items=db1,db2,db5
--loc=\\bkpsrv\exchg_backups --credentials=bkpuser,pass --arc=exchg_db_arc(2)
--express --metadata_level=all
Backing up mailboxes and public folders (p. 33)
Backing up two mailboxes on an Exchange server. The backup will be saved to a managed vault.
acrocmd backup exchange_mailbox --host=exch_srv --credentials=user,pass1
--exchange_credentials=domain1\exch_user1,12345 --items="storage group 1/mailbox
database/John P. Smith","storage group 1/mailbox database/Mary Ann Johnson"
--loc=bsp://storage_node1/my_vault --credentials=bkpuser,pass
--arc=exchg_mb_arc(1)
Backing up all mailboxes and public folders of a database on the local Exchange server. The
backup will be saved to a network share. "Deleted Items" and "Junk E-Mail" folders as well as
attachments larger than 1 MB will be excluded.
acrocmd backup exchange_mailbox --exchange_credentials=domain1\exch_user1,12345
--items="mailbox database" --loc=\\bkpsrv\exchg_backups
--credentials=bkpuser,pass --arc=exchg_mb_arc(2) --exclude_size=1mb
--exclude_types=deleted,junk
Recovering Exchange storage groups and databases (p. 35)
Recovering a storage group containing two databases from the latest backup of an archive. The
storage group will be recovered to a new storage group.