Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...


Note

To fully use this screen, you must have the following permissions assigned to your account:

  • Read Advanced Backup Plans
  • Read Advanced Backup
  • Read Advanced Backup VMs
  • Write Advanced Backup
  • Create an Advanced Backup Policy
  • Read the Advanced Backup Policy
  • Read Advanced Backup Snapshots
  • Refresh Advanced Backup Snapshots
  • Remove Advanced Backup
  • Request Advanced Backup Restore
  • Update Advanced Backup Policy
  • Commit Advanced Backup Restore
  • Refresh Advanced Backup SnaphotsSnapshots
  • Restore from Backup
  • Read Advanced Backup Overview

...

You can use the Advanced Backup add-on product to take backups of your virtual machines. (These backups are also known as a snapshot.) In the event of data loss, you can use these snapshots to restore your virtual machine to a previous state. These snapshots will be stored with Armor, based on the retention configurations you create in the backup policy.

At a high - level, to use Advanced Backup, you must:

...

Note

If you plan to use the Advanced Backup service on the same VM where you also leverage the Continuous Server Replication service for Disaster Recovery, please review some important information regarding the interoperability of those two services here.

...

Expand
titleOverview

Overview

Self-service Advanced Backup usage reporting is available for each account within the Armor Management Portal (AMP). Displayed on the Overview tab, customers can leverage reporting for the following use cases:

  1. Confirming the impact on total usage when editing their policies or adding/removing VM or Fileset Protection

  2. Staying appraised of daily usage as a means for validating your configurations and invoicing (e.g. "Am I backing up the amount I expect?")

The reports can be filtered and modified, allowing customers to:

  • See an overview of your Advanced Backup usage, expressed as storage used across a period of time.

  • Switch views between one of three pre-defined slices of time: 7, 14 or 30 days back from the current date. The default is to show the most-recent 30 days; to change this, click any of the time-span buttons at the top-right of the report area

  • Filter the reports, in order to focus on any combination of specific virtual machines or protection types (Fileset and/or VM). The default is to show usage for all machines protects within the selected timespan (including machines which that may not be currently under protection). To change your filter, click the "funnel" icon to open an aside, then select/deselect VMs as desired.

...

Note

A newly created virtual machine may not appear immediately in this screen. You may need to wait an hour before a newly created virtual machine appears.


Note

To properly backup SQL databases, before you create a backup policy, Armor recommends that you separately create a backup of the database, and then place that backup in the server to be backed-up.


Expand
titleStep 1: Create a backup policy

You must create a policy to configure how often to take a backup and how long to keep a backup.

Note

By default, times are based on your web browser's configured time zone.

The location of your virtual machine does not relate to the time zone used in this feature.

  1. In the Armor Management Portal (AMP), in the left-side navigation, click Infrastructure.
  2. Click Advanced Backup.
  3. Click Policies.
  4. Click plus ( + ) icon.
  5. In Policy Name, enter a descriptive name.
  6. In Location, select the data center where the virtual machine is located (and where the backup will take place).
  7. In Type, select VM Protection.
  8. Next to Backup Schedule, under Take Snapshots (Frequency), enter how often Armor should take a snapshot. And then directly across, under Keep Snapshots (Retention), enter how long Armor should keep this snapshot.
    • You must enter your time configurations in the same row.
      • For example, to take a snapshot every week and to keep that snapshot for six months, under Take Snapshots (Frequency), in Every (Days), enter 7, and then directly across, under Keep Snapshots (Retention), in For (Days), enter 182.
    • You can create a maximum of four Frequency and Retention settings.
    • The minimum retention period is 3 days.
    • Additionally, you must create a policy that takes place once per day. You must enter a time in hours.
      • For example, to take a snapshot every two hours and to keep that snapshot for three days, under Take Snapshots (Frequency), in Every (Hours), enter 2, and then directly across, under Keep Snapshots (Retention), in For (Days), enter 3.
  9. (Optional) In Snapshot Window, configure the time frame for when your scheduled snapshots should take place. By default, Rubrik will determine when the scheduled snapshots will take place; however, with this option, you have the ability to configure a specific time frame for when the scheduled snapshots will take place. This option can be useful if you want to perform snapshots during a period of low traffic.
  10. Next to First Full Window, configure the time frame for when the first full snapshot should take place.
    • Armor recommends that you configure a time when your environment experiences low traffic, low transaction volume, or low changes.
    • By default, times are based on your web browser's configured time zone.
    • After the first full snapshot is complete, the configuration you created under Take Snapshots (Frequency) and Take Snapshots Between will be implemented.
      • For example, next to First Full Window, if you configure an initial time frame of Sunday 12 AM to Sunday 6 AM, then your first full snapshot will take place at any time during this time frame. After the first full snapshot is complete, then the time frame configured in Take Snapshots (Frequency) and Take Snapshots Between will begin. If the first snapshot completes at Sunday at 5 AM, and your policy includes a snapshot every 4 hours, then the next snapshot will take place at 9 AM, and then again at 1 PM.
  11. Click Create Policy.
Info

There is a maximum number of 2000 retained backups per policy configuration per upcoming calendar year. This is calculated based on the values you supply for the Take/Keep field combinations.

As you configure your policy, the system will perform calculations to determine if you have exceeded the maximum threshold. When this occurs, you will be blocked from saving your policy changes until you've changed your Take/Keep combinations to come back under the threshold.


...

Expand
title(Optional) Step 2: Download the Rubrik agent

To perform a full virtual machine restoration, you do not need to download and install the agent. However, if you download and install the agent, then you will have the ability to perform a separate fileset restoration.

Note

You must download an agent for every data center you use.

  1. In the Armor Management Portal (AMP), in the left-side navigation, click Infrastructure.
  2. Click Advanced Backup.
  3. Click VM Protection.
  4. Hover over the ( + ) icon, and then click the Download Rubrik Agent icon.
  5. Select the data center where the virtual machine lives.
    • This must be the same data center that you selected in Step 1: Create a policy.
  6. Select the operating system for the desired virtual machine.
  7. Download and install the installer package onto your server.
Operating SystemStep 1: Download the agentStep 2: Install the agent
Windows

Download and install the installer package in AMP, or run the command below.

Note

The following command uses the DFW01 data center.

Be sure to replace DFW01 with your desired data center.


Code Block
themeMidnight
$AllProtocols = [System.Net.SecurityProtocolType]'Tls11,Tls12'
[System.Net.ServicePointManager]::SecurityProtocol = $AllProtocols
Invoke-WebRequest https://get.coreagent.armor.com/_files/backup/DFW01/RubrikBackupService.zip -OutFile .\RubrikBackupService.zip
Add-Type -assembly "System.IO.Compression.FileSystem"
[IO.Compression.ZipFile]::ExtractToDirectory((Get-ChildItem .\RubrikBackupService.zip).FullName, (Get-Item -Path ".\").Fullname + "\RubrikBackupService").\RubrikBackupService\RubrikBackupService.msi /qn


Not applicable
CentOS

Download the installer package in AMP, or run the command below.

Note

The following command uses the DFW01 data center.

Be sure to replace DFW01 with your desired data center.


Code Block
themeMidnight
sudo wget https://get.coreagent.armor.com/_files/backup/DFW01/rubrik-agent.x86_64.rpm


Run the following command:


Code Block
sudo rpm -i rubrik-agent.x86_64.rpm


Ubuntu

Download the installer package in AMP, or run the command below.

Note

The following command uses the DFW01 data center.

Be sure to replace DFW01 with your desired data center.


Code Block
themeMidnight
sudo wget https://getagent.core.armor.com/_files/backup/DFW01/rubrik-agent.x86_64.deb


Run the following command:


Code Block
sudo dpkg -i rubrik-agent.x86_64.deb


Red Hat Enterprise Linux

Download the installer package in AMP, or run the command below.

Note

The following command uses the DFW01 data center.

Be sure to replace DFW01 with your desired data center.


Code Block
themeMidnight
sudo wget https://get.coreagent.armor.com/_files/backup/DFW01/rubrik-agent.x86_64.rpm


Run the following command:


Code Block
sudo rpm -i rubrik-agent.x86_64.rpm



...

You can use these instructions to retain snapshots of specific files, and not of your entire virtual machine.

Note

To properly backup SQL databases, before you create a backup policy, Armor recommends that you separately create a backup of the database, and then place that backup in the server to be backed-up.


Expand
titleStep 1: Create a policy

You must create a policy to configure often to take a backup and how long to keep a backup.

Note

By default, times are based on your web browser's configured time zone.

The location of your virtual machine does not relate to the time zone used in this feature.

  1. In the Armor Management Portal (AMP), in the left-side navigation, click Infrastructure.
  2. Click Advanced Backup.
  3. Click Policies.
  4. Click plus ( + ) icon.
  5. In Policy Name, enter a descriptive name.
  6. In Location, select the data center where the virtual machine is located (and where the backup will take place).
  7. In Type, select Fileset Protection.
  8. Next to Backup Schedule, under Take Snapshots (Frequency), enter how often Armor should take a snapshot. And then directly across, under Keep Snapshots (Retention), enter how long Armor should keep this snapshot.
    • You must enter your time configurations in the same row.
      • For example, to take a snapshot every week and to keep that snapshot for six months, under Take Snapshots (Frequency), in Every (Days), enter 7, and then directly across, under Keep Snapshots (Retention), in For (Days), enter 182.
    • You can create a maximum of four Frequency and Retention settings.
    • The minimum retention period is 3 days.
    • Additionally, you must create a policy that takes place once per day. You must enter a time in hours.
      • For example, to take a snapshot every two hours and to keep that snapshot for three days, under Take Snapshots (Frequency), in Every (Hours), enter 2, and then directly across, under Keep Snapshots (Retention), in For (Days), enter 3.
  9. (Optional) To enable off-site replication, for Replication, mark On.
    • Select a Location.
    • Configure a time for retention.
    • This time cannot be larger than the time configured for local retention.
    • This feature stores copies of your snapshots in another physical location, which you can retrieve in case the copies in your local machine are not accessible or usable.
    • There is a cost associated with this feature.
  10. (Optional) In Snapshot Window, configure the time frame for when your scheduled snapshots should take place. By default, Rubrik will determine when the scheduled snapshots will take place; however, with this option, you have the ability to configure a specific time frame for when the scheduled snapshots will take place. This option can be useful if you want to perform snapshots during a period of low traffic.
  11. Under First Full Window, configure the time frame for when the first full snapshot should take place.
    • Armor recommends that you configure a time when your environment experiences low traffic, low transaction volume, or less frequent changes.
    • By default, times are based on your web browser's configured time zone.
    • After the first full snapshot is complete, the configuration you created under Take Snapshots (Frequency) and Take Snapshots Between will be implemented.
      • For example, under First full Window, if you configure an initial time frame of Sunday 12 AM to Sunday 6 AM, then your first full snapshot will take place at any time during this time frame. After the first full snapshot is complete, then the time frame configured in Take Snapshots (Frequency) and Take Snapshots Between will begin. If the first snapshot completes at Sunday at 5 AM, and your policy includes a snapshot every 4 hours, then the next snapshot will take place at 9 AM, and then again at 1 PM.
  12. Click Create Policy.

...

Expand
titleStep 3: Download the Rubrik agent


Note

You must download an agent for every data center you use.

  1. In the Armor Management Portal (AMP), in the left-side navigation, click Infrastructure.
  2. Click Advanced Backup.
  3. Click Fileset Protection.
  4. Hover over the ( + ) icon, and then click the Download Rubrik Agent icon.
  5. Select the data center where the virtual machine lives.
    • You must use the same data center that you configured in Step 1: Create a policy.
  6. Select the operating system for the desired virtual machine.
  7. Download and install the installer package onto your server.
Operating systemStep 1: Download the agentStep 2: Install the agent

Windows

Download and install the installer package in AMP, or run the command below.

Note

The following command uses the DFW01 data center.

Be sure to replace DFW01 with your desired data center.


Code Block
Invoke-WebRequest https://getagent.core.armor.com/_files/backup/DFW01/RubrikBackupService.zip -OutFile 
.\RubrikBackupService.zip
Add-Type -assembly "System.IO.Compression.FileSystem"
[IO.Compression.ZipFile]::ExtractToDirectory((Get-ChildItem 
.\RubrikBackupService.zip).FullName, (Get-Item -Path ".\").Fullname + 
"\RubrikBackupService")
.\RubrikBackupService\RubrikBackupService.msi /qn


Not applicable

CentOS

Download the installer package in AMP, or run the command below.

Note

The following command uses the DFW01 data center.

Be sure to replace DFW01 with your desired data center.


Code Block
sudo wget https://get.coreagent.armor.com/_files/backup/DFW01/rubrik-agent.x86_64.rpm


Run the following command:

Code Block
sudo rpm -i rubrik-agent.x86_64.rpm


Ubuntu

Download the installer package in AMP, or run the command below.

Note

The following command uses the DFW01 data center.

Be sure to replace DFW01 with your desired data center.


Code Block
sudo wget https://get.coreagent.armor.com/_files/backup/DFW01/rubrik-agent.x86_64.deb


Run the following command:

Code Block
sudo dpkg -i rubrik-agent.x86_64.deb


Red Hat Enterprise Linux

Download the installer package in AMP, or run the command below.

Note

The following command uses the DFW01 data center.

Be sure to replace DFW01 with your desired data center.


Code Block
sudo wget https://get.coreagent.armor.com/_files/backup/DFW01/rubrik-agent.x86_64.rpm


Run the following command:

Code Block
sudo rpm -i rubrik-agent.x86_64.rpm



...

Excerpt
hiddentrue

Review API calls

NOT PUBLISHED Advanced Backup API Calls

...


Topics Discussed

Table of Contents
maxLevel3
minLevel3