<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – vbr configuration file reference</title>
    <link>/en/admin/backup-and-restore/vbr-config-file-reference/</link>
    <description>Recent content in vbr configuration file reference on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/admin/backup-and-restore/vbr-config-file-reference/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Admin: [CloudStorage]</title>
      <link>/en/admin/backup-and-restore/vbr-config-file-reference/cloudstorage/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/backup-and-restore/vbr-config-file-reference/cloudstorage/</guid>
      <description>
        
        
        &lt;p&gt;Eon Mode only&lt;/p&gt;

&lt;p&gt;Sets options for storing backup data on in a &lt;a href=&#34;../../../../en/admin/backup-and-restore/&#34;&gt;supported cloud storage&lt;/a&gt; location.&lt;/p&gt;
&lt;p&gt;The [CloudStorage] and [Mapping] configuration sections are mutually exclusive. If you include both, the backup fails with this error message:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Config has conflicting sections (Mapping, CloudStorage), specify only one of them.
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
&lt;p&gt;The [CloudStorage] section replaces the now-deprecated [S3] section of earlier releases. Likewise, cloud storage-specific configuration variables replace the equivalent S3 configuration variables.&lt;/p&gt;
&lt;p&gt;Do not include [S3] and [CloudStorage] sections in the same configuration file; otherwise, vbr will use [S3] configuration settings and ignore [CloudStorage] settings, which can yield unexpected results.&lt;/p&gt;

&lt;/div&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;cloud_storage_backup_file_system_path&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Host and path that you are using to handle file locking during the backup process. The format is &lt;code&gt;[&lt;/code&gt;&lt;em&gt;&lt;code&gt;host&lt;/code&gt;&lt;/em&gt;&lt;code&gt;]:&lt;/code&gt;&lt;em&gt;&lt;code&gt;path&lt;/code&gt;&lt;/em&gt;.  vbr must be able to create a &lt;a href=&#34;../../../../en/admin/backup-and-restore/setting-up-backup-locations/configuring-backup-hosts-and-connections/&#34;&gt;passwordless ssh connection&lt;/a&gt; to the location that you specify here.
&lt;p&gt;To use a local NFS file system, omit the host: &lt;code&gt;[]:&lt;/code&gt;&lt;em&gt;&lt;code&gt;path&lt;/code&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cloud_storage_backup_path&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Backup location. For S3-compatible or cloud locations, provide the bucket name and backup path. For HDFS locations, provide the appropriate protocol and backup path.
&lt;p&gt;When you back up to cloud storage, all nodes back up to the same cloud storage bucket. You must create the backup location in the cloud storage before performing a backup. The following example specifies the backup path for S3 storage:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cloud_storage_backup_path = s3://&lt;/code&gt;&lt;em&gt;&lt;code&gt;backup-bucket&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/&lt;/code&gt;&lt;em&gt;&lt;code&gt;database-backup-path&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;When you back up to an HDFS location, use the &lt;code&gt;swebhdfs&lt;/code&gt; protocol if you use wire encryption. Use the &lt;code&gt;webhdfs&lt;/code&gt; protocol if you do not use wire encryption. The following example uses encryption:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cloud_storage_backup_path = swebhdfs://&lt;/code&gt;&lt;em&gt;&lt;code&gt;backup-nameservice&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/&lt;/code&gt;&lt;em&gt;&lt;code&gt;database-backup-path&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cloud_storage_ca_bundle&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;
&lt;p&gt;Path to an SSL server certificate bundle.

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

The key (&lt;code&gt;*pem&lt;/code&gt;) file must be on the same path on all nodes of the database cluster.

&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cloud_storage_ca_bundle = /&lt;/code&gt;&lt;em&gt;&lt;code&gt;home&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/&lt;/code&gt;&lt;em&gt;&lt;code&gt;user&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/&lt;/code&gt;&lt;em&gt;&lt;code&gt;ssl-folder&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/&lt;/code&gt;&lt;em&gt;&lt;code&gt;ca-bundle&lt;/code&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cloud_storage_concurrency_backup&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;
&lt;p&gt;The maximum number of concurrent backup threads for backup to cloud storage. For very large data volumes (greater than 10TB), you might need to reduce this value to avoid vbr failures.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 10&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cloud_storage_concurrency_delete&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;The maximum number of concurrent delete threads for deleting files from cloud storage. If the vbr configuration file contains a [CloudStorage] section, this value is set to 10 by default.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 10&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cloud_storage_concurrency_restore&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;The maximum number of concurrent restore threads for restoring from cloud storage. For very large data volumes (greater than 10TB), you might need to reduce this value to avoid vbr failures.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 10&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cloud_storage_encrypt_at_rest&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;S3 storage only. To enable at-rest encryption of your backups to S3, specify a value of &lt;code&gt;sse&lt;/code&gt;. For more information, see &lt;a href=&#34;../../../../en/admin/backup-and-restore/setting-up-backup-locations/additional-considerations-cloud-storage/#Encrypti&#34;&gt;Encrypting Backups on Amazon S3&lt;/a&gt;.
&lt;p&gt;This value takes the following form:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cloud_storage_encrypt_at_rest = sse&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cloud_storage_encrypt_transport&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Boolean. If true, uses SSL encryption to encrypt data moving between your OpenText™ Analytics Database cluster and your cloud storage instance.
&lt;p&gt;You must set this parameter to true if backing up or restoring from:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Amazon EC2 cluster&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Google Cloud Storage (GCS)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Eon Mode on-premises database with communal storage on HDFS, to use wire encryption.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; true&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cloud_storage_sse_kms_key_id&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;S3 storage only. If you use Amazon Key Management Security, use this parameter to provide your key ID. If you enable encryption and do not include this parameter, vbr uses SSE-S3 encryption.
&lt;p&gt;This value takes the following form:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cloud_storage_sse_kms_key_id = &lt;/code&gt;&lt;em&gt;&lt;code&gt;key-id&lt;/code&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: [database]</title>
      <link>/en/admin/backup-and-restore/vbr-config-file-reference/db/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/backup-and-restore/vbr-config-file-reference/db/</guid>
      <description>
        
        
        &lt;p&gt;Sets options for accessing the database and, for replication, the destination.&lt;/p&gt;
&lt;h2 id=&#34;database-options&#34;&gt;Database options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;dbName&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Name of the database to back up. If you do not supply a database name, vbr selects the current database to back up.
&lt;p&gt;OpenText recommends that you provide a database name.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;dbPromptForPassword&#34;&gt;&lt;/a&gt;&lt;code&gt;dbPromptForPassword&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Boolean, whether vbr prompts for a password. If set to false (no prompt at runtime), then the &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/password-config-file/#dbPassword&#34;&gt;dbPassword&lt;/a&gt; parameter in the &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/password-config-file/&#34;&gt;password configuration file&lt;/a&gt; must provide the password; otherwise, vbr prompts for one at runtime.
&lt;p&gt;As a best practice, set &lt;code&gt;dbPromptForPassword&lt;/code&gt; to false if &lt;a href=&#34;#dbUseLocalConnection&#34;&gt;dbUseLocalConnection&lt;/a&gt; is set to true.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; true&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;dbUser&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Database user that performs vbr operations on the database operations. In the case of replicate tasks, this user is the source database user. You must be logged on as the database administrator to back up the database. The user password can be stored in the &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/password-config-file/#dbPassword&#34;&gt;dbPassword&lt;/a&gt; parameter of the &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/password-config-file/&#34;&gt;password configuration file&lt;/a&gt;; otherwise, vbr prompts for one at runtime.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; Current user name&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;dbUseLocalConnection&#34;&gt;&lt;/a&gt;&lt;code&gt;dbUseLocalConnection&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Boolean, whether vbr accesses the target database over a local connection with the user&#39;s password. If dbUseLocalConnection is enabled, vbr can operate on a local database without the user password being set in the vbr configuration. vbr ignores the &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/misc/#passwordFile&#34;&gt;passwordFile&lt;/a&gt; parameter and any settings in the &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/password-config-file/&#34;&gt;password configuration file&lt;/a&gt;, including &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/password-config-file/#dbPassword&#34;&gt;dbPassword&lt;/a&gt;.
&lt;p&gt;If dbUseLocalConnection is enabled, then an &lt;a href=&#34;../../../../en/sql-reference/statements/create-statements/create-authentication/&#34;&gt;authentication method&lt;/a&gt; must be granted to vbr users—typically a dbadmin—where method type is set to trust, and access is set to local:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; CREATE AUTHENTICATION h1 method &amp;#39;trust&amp;#39; local;
=&amp;gt; GRANT AUTHENTICATION h1 to dbadmin;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; false&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;destination-options&#34;&gt;Destination options&lt;/h2&gt;
&lt;p&gt;Set destination database parameters only if replicating objects on alternate clusters:&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;dest_dbName&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Name of the destination database.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;dest_dbPromptForPassword&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Boolean, whether vbr prompts for the destination database password. If set to false (no prompt at runtime), then &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/password-config-file/#dest&#34;&gt;dest_dbPassword&lt;/a&gt; parameter in the password configuration file must provide the password; otherwise, vbr prompts for one at runtime.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;dest_dbUser&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Database user name in the destination database to use for loading replicated data. This user must have superuser privileges.&lt;/dd&gt;
&lt;/dl&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: [mapping]</title>
      <link>/en/admin/backup-and-restore/vbr-config-file-reference/mapping/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/backup-and-restore/vbr-config-file-reference/mapping/</guid>
      <description>
        
        
        &lt;p&gt;Enterprise Mode only&lt;/p&gt;

&lt;p&gt;Specifies all database nodes to include in an Enterprise Mode database backup. This section also specifies the backup host and directory of each node. If objects are replicated to an alternative database, the [Mapping] section maps target database nodes to the corresponding source database backup locations.

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

[CloudStorage] and [Mapping] configuration sections are mutually exclusive. If you include both, the backup fails.

&lt;/div&gt;&lt;/p&gt;
&lt;h2 id=&#34;format&#34;&gt;Format&lt;/h2&gt;
&lt;p&gt;Unlike other configuration file sections, the [Mapping] section does not use named parameters. Instead, it contains entries of the following format:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&lt;span class=&#34;code-variable&#34;&gt;dbNode&lt;/span&gt; = &lt;span class=&#34;code-variable&#34;&gt;backupHost&lt;/span&gt;:&lt;span class=&#34;code-variable&#34;&gt;backupDir&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;dl&gt;
&lt;dt&gt;&lt;em&gt;&lt;code&gt;dbNode&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Name of the database node as recognized by OpenText™ Analytics Database. This value is not the node&#39;s host name; rather, it is the name the database uses internally to identify the node, typically in this format:
&lt;p&gt;&lt;code&gt;v_&lt;/code&gt;&lt;em&gt;&lt;code&gt;dbname&lt;/code&gt;&lt;/em&gt;&lt;code&gt;_node000&lt;/code&gt;&lt;em&gt;&lt;code&gt;int&lt;/code&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To find database node names in your cluster, query the &lt;code&gt;node_name&lt;/code&gt; column of the &lt;a href=&#34;../../../../en/sql-reference/system-tables/v-catalog-schema/nodes/#&#34;&gt;NODES&lt;/a&gt; system table.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;em&gt;&lt;code&gt;backupHost&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The target host name or IP address on which to store this node&#39;s backup. &lt;em&gt;&lt;code&gt;backupHost&lt;/code&gt;&lt;/em&gt; is different from &lt;em&gt;&lt;code&gt;dbNode&lt;/code&gt;&lt;/em&gt;. The &lt;code&gt;copycluster&lt;/code&gt; command uses this value to identify the target database node host name.
&lt;p&gt;IPv6 addresses must be enclosed by square brackets &lt;code&gt;[]&lt;/code&gt;. For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;v_backup_restore_node0001 = [fdfb:dbfa:0:2000::112]:/backupdir/backup_restore.2021-06-01T16:17:57
v_backup_restore_node0002 = [fdfb:dbfa:0:2000::113]:/backupdir/backup_restore.2021-06-01T16:17:57
v_backup_restore_node0003 = [fdfb:dbfa:0:2000::114]:/backupdir/backup_restore.2021-06-01T16:17:57
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Although supported, backups to an NFS host might perform poorly, particularly on networks shared with rsync operations.
&lt;/div&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;backupDir&#34;&gt;&lt;/a&gt;&lt;em&gt;&lt;code&gt;backupDir&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;The full path to the directory on the backup host or node where the backup will be stored. The following requirements apply this directory:
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Already exists when you run &lt;code&gt;vbr&lt;/code&gt; with &lt;code&gt;--task backup&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Writable by the user account used to run &lt;code&gt;vbr&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Unique to the database you are backing up. Multiple databases cannot share the same backup directory.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;File system at this location supports &lt;code&gt;fcntl lockf&lt;/code&gt; file locking.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[Mapping]
v_sec_node0001 = pri_bsrv01:/archive/backup
v_sec_node0002 = pri_bsrv02:/archive/backup
v_sec_node0003 = pri_bsrv03:/archive/backup
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;a name=&#34;Mapping2LocalHost&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;mapping-to-the-local-host&#34;&gt;Mapping to the local host&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;vbr&lt;/code&gt; does not support using &lt;code&gt;localhost&lt;/code&gt; to specify a backup host. To back up a database node to its own disk, specify the host name with empty square brackets. For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[Mapping]
NodeName = []:/backup/path
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;mapping-to-the-same-database&#34;&gt;Mapping to the same database&lt;/h2&gt;
&lt;p&gt;The following example shows a [Mapping] section that specifies a single node to back up: &lt;code&gt;v_vmart_node0001&lt;/code&gt;. The node is assigned to backup host &lt;code&gt;srv01&lt;/code&gt; and backup directory &lt;code&gt;/home/dbadmin/backups&lt;/code&gt;. Although a single-node cluster is backed up, and the backup host and the database node are the same system, they are specified differently.&lt;/p&gt;
&lt;p&gt;Specify the backup host and directory using a colon (&lt;code&gt;:&lt;/code&gt;) as a separator:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[Mapping]
v_vmart_node0001 = srv01:/home/dbadmin/backups
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;mapping-to-an-alternative-database&#34;&gt;Mapping to an alternative database&lt;/h2&gt;

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

Replicating objects to an alternative database requires the &lt;code&gt;vbr&lt;/code&gt; configuration file to include a &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/nodemapping/#&#34;&gt;[NodeMapping]&lt;/a&gt; section. This section points source nodes to their target database nodes.

&lt;/div&gt;
&lt;p&gt;To restore an alternative database, add mapping information as follows:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[Mapping]
&lt;span class=&#34;code-variable&#34;&gt;targetNode&lt;/span&gt; = &lt;span class=&#34;code-variable&#34;&gt;backupHost&lt;/span&gt;:&lt;span class=&#34;code-variable&#34;&gt;backupDir&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For example:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[Mapping]
v_sec_node0001 = pri_bsrv01:/archive/backup
v_sec_node0002 = pri_bsrv02:/archive/backup
v_sec_node0003 = pri_bsrv03:/archive/backup
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: [misc]</title>
      <link>/en/admin/backup-and-restore/vbr-config-file-reference/misc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/backup-and-restore/vbr-config-file-reference/misc/</guid>
      <description>
        
        
        &lt;p&gt;Configures basic backup settings.&lt;/p&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;a name=&#34;passwordFile&#34;&gt;&lt;/a&gt;&lt;code&gt;passwordFile&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Path name of the &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/password-config-file/&#34;&gt;password configuration file&lt;/a&gt;, ignored if &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/db/#dbUseLocalConnection&#34;&gt;dbUseLocalConnection&lt;/a&gt; (under [Database] is set to true.&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;restorePointLimit&#34;&gt;&lt;/a&gt;&lt;code&gt;restorePointLimit&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of earlier backups to retain with the most recent backup. If set to 1 (the default), OpenText™ Analytics Database maintains two backups: the latest backup and the one before it.

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

&lt;code&gt;vbr&lt;/code&gt; saves multiple backups to the same location, which are shared through hard links. In such cases, the &lt;a href=&#34;../../../../en/admin/backup-and-restore/managing-backups/viewing-backups/&#34;&gt;listbackup&lt;/a&gt; task displays the common backup prefix with unique time and date suffixes:
&lt;code&gt;my_archive20111111_205841&lt;/code&gt;

&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 1&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;snapshotName&#34;&gt;&lt;/a&gt;&lt;code&gt;snapshotName&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Base name of the backup used in the directory tree structure that &lt;code&gt;vbr&lt;/code&gt; creates for each node, containing up to 240 characters limited to the following:
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;a–z&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A–Z&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;0–9&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Hyphen (-)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Underscore (_)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Each iteration in this series (up to &lt;a href=&#34;#restorePointLimit&#34;&gt;restorePointLimit&lt;/a&gt;) consists of snapshotName and the backup timestamp. Each series of backups should have a unique and descriptive snapshot name. Full and object-level backups cannot share names. For most &lt;code&gt;vbr&lt;/code&gt; tasks, snapshotName serves as a useful identifier in diagnostics and system tables. For object restore and replication tasks, snapshotName is used to build schema names in coexist mode operations.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;snapshotName&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;tempDir&#34;&gt;&lt;/a&gt;&lt;code&gt;tempDir&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Absolute path to a temporary storage area on the cluster nodes. This path must be the same on all database cluster nodes. &lt;code&gt;vbr&lt;/code&gt; uses this directory as temporary storage for log files, lock files, and other bookkeeping information while it copies files from the source cluster node to the destination backup location. &lt;code&gt;vbr&lt;/code&gt; also writes backup logs to this location.
&lt;p&gt;The file system at this location must support &lt;code&gt;fcntl lockf&lt;/code&gt; (POSIX) file locking.

&lt;div class=&#34;admonition caution&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Caution&lt;/h4&gt;

Do not use the same location as your database&#39;s data or catalog directory. Unexpected files and directories in your data or catalog location can cause errors during database startup or restore.

&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;/tmp/vbr&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;drop_foreign_constraints&#34;&gt;&lt;/a&gt;&lt;code&gt;drop_foreign_constraints&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;If true, all foreign key constraints are unconditionally dropped during object-level restore. You can then restore database objects independent of their foreign key dependencies.

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
The database only uses this option if &lt;code&gt;objectRestoreMode&lt;/code&gt; is set to &lt;code&gt;coexist&lt;/code&gt;.
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; false&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;enableFreeSpaceCheck&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;If true (default) or omitted, &lt;code&gt;vbr&lt;/code&gt; confirms that the specified backup locations contain sufficient free space to allow a successful backup. If a backup location has insufficient resources, &lt;code&gt;vbr&lt;/code&gt; displays an error message and cancels the backup. If &lt;code&gt;vbr&lt;/code&gt; cannot determine the amount of available space or number of nodes in the &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/mapping/#backupDir&#34;&gt;backup directory&lt;/a&gt;, it displays a warning and continues with the backup.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; true&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;excludeObjects&#34;&gt;&lt;/a&gt;&lt;code&gt;excludeObjects&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Database objects and &lt;a href=&#34;../../../../en/admin/backup-and-restore/including-and-excluding-objects/&#34;&gt;wildcard&lt;/a&gt; patterns to exclude from the set specified by includeObjects. Unicode characters are case-sensitive; others are not.
&lt;p&gt;This parameter can be set only if &lt;a href=&#34;#includeObjects&#34;&gt;includeObjects&lt;/a&gt; is also set.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;hadoop_conf_dir&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;(Eon Mode on HDFS with high availability (HA) nodes only) Directory path containing the XML configuration files copied from Hadoop.
&lt;p&gt;If the &lt;code&gt;vbr&lt;/code&gt; operation includes more than one HA HDFS cluster, use a colon-separated list to provide the directory paths to the XML configuration files for each HA HDFS cluster. For example:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;hadoop_conf_dir = &lt;/code&gt;&lt;em&gt;&lt;code&gt;path&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/&lt;/code&gt;&lt;em&gt;&lt;code&gt;to&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/&lt;/code&gt;&lt;em&gt;&lt;code&gt;xml-config-hahdfs1&lt;/code&gt;&lt;/em&gt;&lt;code&gt;:&lt;/code&gt;&lt;em&gt;&lt;code&gt;path&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/&lt;/code&gt;&lt;em&gt;&lt;code&gt;to&lt;/code&gt;&lt;/em&gt;&lt;code&gt;/&lt;/code&gt;&lt;em&gt;&lt;code&gt;xml-config-hahdfs2&lt;/code&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This value must match the HadoopConfDir value set in the &lt;a href=&#34;../../../../en/eon/create-db-eon/create-an-eon-db-on-premises-with-hdfs/&#34;&gt;bootstrapping file created during installation&lt;/a&gt;.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;includeObjects&#34;&gt;&lt;/a&gt;&lt;code&gt;includeObjects&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Database objects and &lt;a href=&#34;../../../../en/admin/backup-and-restore/including-and-excluding-objects/&#34;&gt;wildcard&lt;/a&gt; patterns to include with a backup task. You can use this parameter together with &lt;a href=&#34;#excludeObjects&#34;&gt;excludeObjects&lt;/a&gt;. Unicode characters are case-sensitive; others are not.
&lt;p&gt;The &lt;code&gt;includeObjects&lt;/code&gt; and &lt;a href=&#34;#objects&#34;&gt;objects&lt;/a&gt; parameters are mutually exclusive.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;kerberos_keytab_file&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;(Eon Mode on HDFS only) Location of the keytab file that contains credentials for the Kerberos principal.
&lt;p&gt;This value must match the KerberosKeytabFile value set in the &lt;a href=&#34;../../../../en/eon/create-db-eon/create-an-eon-db-on-premises-with-hdfs/&#34;&gt;bootstrapping file created during installation&lt;/a&gt;.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;kerberos_realm&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;(Eon Mode on HDFS only) Realm portion of the Kerberos principal.
&lt;p&gt;This value must match the KerberosRealm value set in the &lt;a href=&#34;../../../../en/eon/create-db-eon/create-an-eon-db-on-premises-with-hdfs/#Step3&#34;&gt;bootstrapping file created during installation&lt;/a&gt;.&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;kerberos_service_name&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;(Eon Mode on HDFS only) Service name portion of the Kerberos principal.
&lt;p&gt;This value must match the KerberosServiceName value set in the &lt;a href=&#34;../../../../en/eon/create-db-eon/create-an-eon-db-on-premises-with-hdfs/#Step3&#34;&gt;bootstrapping file created during installation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; vertica&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;objectRestoreMode&#34;&gt;&lt;/a&gt;&lt;code&gt;objectRestoreMode&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;How &lt;code&gt;vbr&lt;/code&gt; handles objects of the same name when restoring schema or table backups, one of the following:
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;createOrReplace&lt;/code&gt;: &lt;code&gt;vbr&lt;/code&gt; creates any objects that do not exist. If an object does exist, &lt;code&gt;vbr&lt;/code&gt; overwrites it with the version from the archive.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;create&lt;/code&gt;: &lt;code&gt;vbr&lt;/code&gt; creates any objects that do not exist and does not replace existing objects. If an object being restored does exist, the restore fails.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;coexist&lt;/code&gt;: &lt;code&gt;vbr&lt;/code&gt; creates the restored version of each object with a name formatted as follows:&lt;em&gt;&lt;code&gt;backup&lt;/code&gt;&lt;/em&gt;&lt;code&gt;_&lt;/code&gt;&lt;em&gt;&lt;code&gt;timestamp&lt;/code&gt;&lt;/em&gt;&lt;code&gt;_&lt;/code&gt;&lt;em&gt;&lt;code&gt;objectname&lt;/code&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This approach allows existing and restored objects to exist simultaneously. If the appended information pushes the schema name past the maximum length of 128 characters, the database truncates the name. You can perform a reverse lookup of the original schema name by querying the system table &lt;a href=&#34;../../../../en/sql-reference/system-tables/v-monitor-schema/truncated-schemata/#&#34;&gt;TRUNCATED_SCHEMATA&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Tables named in the COPY clauses of &lt;a href=&#34;../../../../en/data-load/automatic-load/&#34;&gt;data loaders&lt;/a&gt; are not changed.  You can use &lt;a href=&#34;../../../../en/sql-reference/statements/alter-statements/alter-data-loader/#&#34;&gt;ALTER DATA LOADER&lt;/a&gt; to rename target tables.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In all modes, &lt;code&gt;vbr&lt;/code&gt; restores data with the current epoch. Object restore mode settings do not apply to backups and full restores.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; &lt;code&gt;createOrReplace&lt;/code&gt;&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;objects&#34;&gt;&lt;/a&gt;&lt;code&gt;objects&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;For an object-level backup or object replication, object (schema or table) names to include. To specify more than one object, enter multiple names in a comma-delimited list. If you specify no objects, &lt;code&gt;vbr&lt;/code&gt; creates a full backup.

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
If your Eon Mode database has multiple &lt;a href=&#34;../../../../en/architecture/eon-concepts/shards-and-subscriptions/&#34;&gt;namespaces&lt;/a&gt;, you must specify the namespace to which the objects belong. For &lt;code&gt;vbr&lt;/code&gt; tasks, namespace names are prefixed with a period. For example, &lt;code&gt;.n.s.t&lt;/code&gt; refers to table &lt;code&gt;t&lt;/code&gt; in schema &lt;code&gt;s&lt;/code&gt; in namespace &lt;code&gt;n&lt;/code&gt;. See &lt;a href=&#34;../../../../en/admin/backup-and-restore/eon-db-requirements/#backup-and-restore-with-multiple-namespaces&#34;&gt;Eon Mode database requirements&lt;/a&gt; for more information.
&lt;/div&gt;

&lt;p&gt;This parameter cannot be used together with the parameters &lt;a href=&#34;#includeObjects&#34;&gt;includeObjects&lt;/a&gt; and &lt;a href=&#34;#excludeObjects&#34;&gt;excludeObjects&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You specify objects as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Specify table names in the form &lt;em&gt;&lt;code&gt;schema&lt;/code&gt;&lt;/em&gt;&lt;code&gt;.&lt;/code&gt;&lt;em&gt;&lt;code&gt;objectname&lt;/code&gt;&lt;/em&gt;. For example, to make backups of the table &lt;code&gt;customers&lt;/code&gt; from the schema &lt;code&gt;finance&lt;/code&gt;, enter: &lt;code&gt;finance.customers&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If a public table and a schema have the same name, &lt;code&gt;vbr&lt;/code&gt; backs up only the schema. Use the &lt;em&gt;&lt;code&gt;schema&lt;/code&gt;&lt;/em&gt;&lt;code&gt;.&lt;/code&gt;&lt;em&gt;&lt;code&gt;objectname&lt;/code&gt;&lt;/em&gt; convention to avoid confusion.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Object names can include UTF-8 alphanumeric characters. Object names cannot include escape characters, single- (&lt;code&gt;&#39;&lt;/code&gt;) or double-quote (&lt;code&gt;&amp;quot;&lt;/code&gt;) characters.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Specify non-alphanumeric characters with a backslash () followed by a hex value. For instance, if the table name is &lt;code&gt;my table&lt;/code&gt; (&lt;code&gt;my&lt;/code&gt; followed by a space character, then &lt;code&gt;table&lt;/code&gt;), enter the object name as follows:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;objects=my\20table&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If an object name includes a period, enclose the name with double quotes.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&#34;alert admonition tip&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Tip&lt;/h4&gt;

To identify objects with &lt;a href=&#34;../../../../en/admin/backup-and-restore/including-and-excluding-objects/&#34;&gt;wildcards&lt;/a&gt;, use the &lt;a href=&#34;#includeObjects&#34;&gt;includeObjects&lt;/a&gt;/&lt;a href=&#34;#excludeObjects&#34;&gt;excludeObjects&lt;/a&gt; parameters.

&lt;/div&gt;
&lt;/dd&gt;
&lt;/dl&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: [NodeMapping]</title>
      <link>/en/admin/backup-and-restore/vbr-config-file-reference/nodemapping/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/backup-and-restore/vbr-config-file-reference/nodemapping/</guid>
      <description>
        
        
        &lt;p&gt;&lt;code&gt;vbr&lt;/code&gt; uses the node mapping section exclusively to restore objects from a backup of one database to a different database. Be sure to update the &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/mapping/&#34;&gt;[Mapping]&lt;/a&gt; section of your configuration file to point your target database nodes to their source backup locations. The target database must have at least as many UP nodes as the source database.&lt;/p&gt;
&lt;p&gt;Use the following format to specify node mapping:
&lt;code&gt;source_node = target_node&lt;/code&gt;
For example, you can use the following mapping to restore content from one 4-node database to an alternate 4-node database.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;
[NodeMapping]
v_sourcedb_node0001 = v_targetdb_node0001
v_sourcedb_node0002 = v_targetdb_node0002
v_sourcedb_node0003 = v_targetdb_node0003
v_sourcedb_node0004 = v_targetdb_node0004
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;See &lt;a href=&#34;../../../../en/admin/backup-and-restore/restoring-backups/restoring-db-to-an-alternate-cluster/#&#34;&gt;Restoring a database to an alternate cluster&lt;/a&gt; for a complete example.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: [transmission]</title>
      <link>/en/admin/backup-and-restore/vbr-config-file-reference/transmission/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/backup-and-restore/vbr-config-file-reference/transmission/</guid>
      <description>
        
        
        &lt;p&gt;Sets options for transmitting data when using backup hosts.&lt;/p&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;concurrency_backup&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Maximum number of backup TCP rsync connection threads per node. To improve local and remote backup, replication, and copy cluster performance, you can increase the number of threads available to perform backups.
&lt;p&gt;Increasing the number of threads allocates more CPU resources to the backup task and can, for remote backups, increase the amount of bandwidth used. The optimal value for this setting depends greatly on your specific configuration and requirements. Values higher than 16 produce no additional benefit.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 1&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;concurrency_delete&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Maximum number of delete TCP rsync connections per node. To improve local and remote restore, replication, and copycluster performance, increase the number of threads available to delete files.
&lt;p&gt;Increasing the number of threads allocates more CPU resources to the delete task and can increase the amount of bandwidth used for deletes on remote backups. The optimal value for this setting depends on your specific configuration and requirements.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 16&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;concurrency_restore&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Maximum number of restore TCP rsync connections per node. To improve local and remote restore, replication, and copycluster performance, increase the number of threads available to perform restores.
&lt;p&gt;Increasing the number of threads allocates more CPU resources to the restore task and can increase the amount of bandwidth used for restores of remote backups. The optimal value for this setting depends greatly on your specific configuration and requirements. Values higher than 16 produce no additional benefit.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 1&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;copyOnHardLinkFailure&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;If a hard-link local backup cannot create links, copy the data instead. Copying takes longer than linking, so the default behavior is to return an error if links cannot be created on any node.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; false&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;encrypt&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Whether transmitted data is encrypted while it is copied to the target backup location. Set this parameter to true only if performing a backup over an untrusted network—for example, backing up to a remote host across the Internet.

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
Encrypting data transmission causes significant processing overhead and slows transfer. One of the processor cores of each database node is consumed during the encryption process. Use this option only if you are concerned about the security of the network used when transmitting backup data.
&lt;/div&gt;
&lt;p&gt;Omit this parameter from the configuration file for hard-link local backups. If you set both encrypt and hardLinkLocal to true in the same configuration file, vbr issues a warning and ignores encrypt.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; false&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;hardLinkLocal&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Whether to create a full- or object-level backup using hard file links on the local file system, rather than copying database files to a remote backup host. Add this configuration parameter manually to the Transaction section of the configuration file.
&lt;p&gt;For details on usage, see &lt;a href=&#34;../../../../en/admin/backup-and-restore/sample-vbr-config-files/full-hard-link-backuprestore/&#34;&gt;Full Hardlink Backup/Restore&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; false&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;port_rsync&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Default port number for the rsync protocol. Change this value if the default rsync port is in use on your cluster, or you need rsync to use another port to avoid a firewall restriction.
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50000&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;serviceAccessUser&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;User name used for simple authentication of rsync connections. This user is neither a Linux nor OpenText™ Analytics Database user name, but rather an arbitrary identifier used by the rsync protocol. If you omit setting this parameter, rsync runs without authentication, which can create a potential security risk. If you choose to save the password, store it in the &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/password-config-file/&#34;&gt;password configuration file&lt;/a&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;total_bwlimit_backup&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Total bandwidth limit in KBps for backup connections. The database distributes this bandwidth evenly among the number of connections set in concurrency_backup. The default value of 0 allows unlimited bandwidth.
&lt;p&gt;The total network load allowed by this value is the number of nodes multiplied by the value of this parameter. For example, a three node cluster and a total_bwlimit_backup value of 100 would allow 300Kbytes/sec of network traffic.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 0&lt;/p&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;total_bwlimit_restore&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Total bandwidth limit in KBps for restore connections. distributes this bandwidth evenly among the number of connections set in concurrency_restore. The default value of 0 allows unlimited bandwidth.
&lt;p&gt;The total network load allowed by this value is the number of nodes multiplied by the value of this parameter. For example, a three node cluster and a &lt;code&gt;total_bwlimit_restore&lt;/code&gt; value of 100 would allow 300Kbytes/sec of network traffic.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 0&lt;/p&gt;
&lt;/dd&gt;
&lt;/dl&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Password configuration file</title>
      <link>/en/admin/backup-and-restore/vbr-config-file-reference/password-config-file/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/backup-and-restore/vbr-config-file-reference/password-config-file/</guid>
      <description>
        
        
        &lt;p&gt;For improved security, store passwords in a password configuration file and then restrict read access to that file. Set the &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/misc/#passwordFile&#34;&gt;passwordFile&lt;/a&gt; parameter in your vbr configuration file to this file.&lt;/p&gt;
&lt;h2 id=&#34;passwords-password-settings&#34;&gt;[passwords] password settings&lt;/h2&gt;
&lt;p&gt;All password configuration parameters are inside the file&#39;s [Passwords] section.&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;a name=&#34;dbPassword&#34;&gt;&lt;/a&gt;&lt;code&gt;dbPassword&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Database administrator&#39;s user password, used if the &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/db/&#34;&gt;dbPromptForPassword&lt;/a&gt; parameter is false. This parameter is ignored if &lt;a href=&#34;../../../../en/admin/backup-and-restore/vbr-config-file-reference/db/#dbUseLocalConnection&#34;&gt;dbUseLocalConnection&lt;/a&gt; is set to true.&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;dest&#34;&gt;&lt;/a&gt;&lt;code&gt;dest_dbPassword&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Password for the dest_dbuser user account, for replication tasks only.&lt;/dd&gt;
&lt;dt&gt;&lt;a name=&#34;serviceAccessPass&#34;&gt;&lt;/a&gt;&lt;code&gt;serviceAccessPass&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Password for the rsync user account.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;See &lt;a href=&#34;../../../../en/admin/backup-and-restore/sample-vbr-config-files/password-file/#&#34;&gt;Password file&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
  </channel>
</rss>
