Acronis Backup for Linux Server - User Guide User Manual

Page 165

Advertising
background image

165

Copyright © Acronis International GmbH, 2002-2014

To change the encrypted password

1. In the command line, run the acronis_encrypt utility:

acronis_encrypt UserPassword#1
(here UserPassword#1 is the password you want to encrypt).

2. The utility outputs a string, for example "XXXYYYZZZ888".
3. Copy this string and paste it into the tag as follows:

<password encrypted="true">XXXYYYZZZ888</password>

The acronis_encrypt utility is available on any machine where Acronis Backup Management
Console or Acronis Backup command-line utility (acrocmd) is installed. The path to the utility is as
follows:

In a 32-bit version of Windows: %CommonProgramFiles%\Acronis\Utils

In a 64-bit version of Windows: %CommonProgramFiles(x86)%\Acronis\Utils

In Linux: /usr/sbin

How to make a backup plan use the agent's credentials

Before importing or deploying the export file, delete the value of the required <login> tag. Then
the imported or deployed plan will use credentials of the agent service.

Example

To make the backup plan run under the agent's credentials, find the <login> tag in the
<plan><options><common_parameters> section. The tag looks like follows:

<login>

Administrator

</login>
<password encrypted="true">

XXXYYYZZZ888

</password>

Delete the value of the <login> tag, so that the tag looks like follows:

<login>
</login>
<password encrypted="true">

XXXYYYZZZ888

</password>

How to change items to back up

Replacing a directly specified item with another directly specified item

Inside the <plan><targets><inclusions> section:

1. Delete the <ID> tag.
2. Edit the value of the <Path> tag , which contains information about data to back up; for example,

replace "C:" with "D:".

Replacing a directly specified item with a selection template

Inside the <plan><options><specific><inclusion_rules> section:

Advertising