vPlus 7.0
  • Welcome to vPlus!
  • Overview
    • Main Features
    • Support Matrix
    • Components and Architecture
    • Typical Scenarios
    • Licensing
    • Product Life Cycle
  • Deployment
    • Component Requirements
    • Supported Platforms Requirements
    • Sizing Guide
      • Small
      • Medium
      • Large
    • Installation
      • Quick Installation Using All-in-one Script
      • Installing vPlus Offline
      • Adding vPlus Nodes
    • Initial Configuration
    • Backup Destinations
      • File System
        • Synthetic File System
          • XFS
          • DD Boost
        • isoLayer (Synthetic)
        • File System
          • Virtual Data Optimizer (VDO)
        • Catalogic Software vStor
      • Deduplication Appliances
        • Huawei OceanProtect
        • HPE StoreOnce
        • Exagrid
        • Neverfail HybriStor
      • Object Storage
        • Alibaba Cloud OSS
        • AWS S3 or S3-compatible
        • Ceph Rados Gateway
        • Cloudian S3
        • Wasabi
        • Google Cloud Storage
        • IBM Cloud Object Storage
        • Microsoft Azure Blob Storage
        • Nutanix Objects
        • OpenStack SWIFT
        • Oracle Cloud Infrastructure Object Storage
        • Scality RING
      • Tape Pools
    • High Availability
      • 2 Node Cluster
      • 3 Node Cluster
    • Common Tasks
      • Staging Space Configuration
      • Enabling HTTPS Connectivity for Nodes
      • LVM Setup on vPlus Node for Disk Attachment Backup Mode
      • Full Versions of libvirt/qemu Packages Installation
      • SSH Public Key Authentication
      • Enabling HTTP(S) Proxy for vPlus
  • Protecting Virtual Environments
    • Virtual Machines
      • Nutanix Acropolis Hypervisor (AHV)
      • Red Hat Openshift Virtualization
      • Red Hat Virtualization
      • oVirt
      • Oracle Linux Virtualization Manager
      • Oracle VM
      • Proxmox VE
      • KVM/Xen
      • OpenStack
      • OpenNebula
      • Virtuozzo
      • Citrix Hypervisor (XenServer)
      • XCP-ng
      • Huawei FusionCompute
      • SC//Platform
    • Cloud
      • Amazon EC2
      • GCP GCE
      • Azure Cloud
    • Containers
      • Red Hat OpenShift
      • Proxmox VE
    • Backup & Restore
  • Protecting Microsoft 365
    • Microsoft 365 Organization Management
      • Configure Microsoft 365 Access
      • Add Microsoft 365 Organization Manually
      • Add Microsoft 365 Organization Using the Setup Assistant
      • Account Auto-synchronization
    • Backup & Restore
    • Suppoted Sharepoint Templates and Limitations
  • Protecting Applications
    • Applications
      • PostgreSQL
      • DB2
      • Relax and Recover - ReaR
      • Git
      • oVirt/RHV/OLVM
      • Kubernetes/OpenShift etcd
    • Backup & Restore
  • Protecting Storage Providers
    • Storage Providers
      • File System
      • Ceph RBD
      • Nutanix Files
      • Nutanix Volume Groups
    • Backup & Restore
  • Administration
    • Dashboard
    • Virtual Environments
      • Instances
        • Backup On-Demand
        • Restore On-Demand
        • Snapshot Management
      • Virtualization Providers
      • Backup SLAs
        • Policies
        • Schedules
      • Snapshot SLAs
        • Policies
        • Schedules
      • Recovery Plans
        • Policies
        • Schedules
      • Mounted Backups (File-level Restore)
    • Storage
      • Instances
        • Backup On-Demand
        • Restore On-Demand
      • Infrastructure
      • Backup SLAs
        • Policies
        • Schedules
      • Snapshot SLAs
        • Policies
        • Schedules
      • Mounted Backups (File-level Restore)
    • Microsoft 365
      • Instances
      • Organizations
      • Backup SLAs
        • Policies
        • Schedules
      • Download
    • Applications
      • Instances
      • Execution Configurations
      • Backup SLAs
    • Reporting
      • Virtual Environments
      • Storage
      • Microsoft 365
      • Applications
      • Notifications
      • Audit Log
    • Nodes
      • Instances
      • Node Configurations
    • Access Management
      • Users
      • Groups
      • Roles
      • OS Credentials
    • Settings
      • Global Settings
      • Internal DB Backup
      • Notification Rules
      • Mailing Lists
      • Endpoints Global Settings
    • Upgrade
    • CLI Reference
    • CLI v2 Reference (technical preview)
  • Integration
  • Troubleshooting
    • How to Enable vPlus DEBUG Mode
    • Collecting Logs
    • External Log Targets
    • Disaster Recovery
  • Known Software Issues and Limitations
  • Glossary
Powered by GitBook
On this page
  • Retention
  • Pre- / post-access command execution
  • Encryption
  1. Deployment

Backup Destinations

PreviousInitial ConfigurationNextFile System

A backup destination is a storage location where vPlus keeps VMs, Containers, Cloud, and applications backup copies. To configure a backup destination, you can use the following storage types:

The backup destination is defined by the backup provider configuration and retention settings. Each policy can be backed up to the selected backup destination. Backup destinations must be assigned to the nodes in the node configuration.

Note. Removal of any backup destination leaves data in the backup provider without an option to re-attach it in the future.

Retention

Note. For retention settings, see of the chapter.

Pre- / post-access command execution

  • Prepare your scripts

    • the pre-script is invoked before every access to the Backup Destination - common usage - create and mount the remote volume

    • the post-script is executed after Node finishes store, restore, and clean-up operations

  • The following environment variables are set before each execution - you can use them later in your scripts:

    • VP_VM_GUID - GUID of the VM in vPlus

    • VP_VM_UUID - UUID of the VM used by the hypervisor or hypervisor manager

    • VP_VM_NAME - the name of the VM

    • VP_VM_TMP_DIR - path to the folder containing files in the staging

    • VP_BD_GUID - GUID of the Backup Destination being accessed

    • VP_BD_NAME - the name of the Backup Destination being accessed

    • VP_CONTAINER_NAME - standard container name generated by vPlus that can be used for names of the volumes (format <VM-NAME>__<PART-OF-UUID>, for example Centos 7__8d3ef6f1, may contain special characters)

    • VP_EXPORT_PATH - an export path from Node Configuration, can be used as the mount root for backup destination volumes

    • VP_TASK_TYPE - the name of the task type, e.g.: STORE/RESTORE/DELETE_VM/OLD_BACKUPS_REMOVAL - to distinguish operation type when scripts are being invoked

  • Upload your scripts to the node, where the vprotect user is able to access them

  • Optionally, you may need to add a new file in the /etc/sudoers.d/ directory to enable the vprotect user to execute privileged script (like chown operations in some file system locations): %vprotect ALL=(root) NOPASSWD: /opt/vprotect/scripts/myscripts/privileged.sh

  • Open the "BACKUP DESTINATIONS" section from the left menu:

  • Open your Backup Destination (click on the name)

  • Provide pre- / post-access command arguments (the first argument is the command executed locally on the node):

Encryption

Backup Destination Name
Encryption supported?
Encrypted by
Encryption key stored in
Encryption key generation method
Encryption Algorithm

Filesystem

Yes

vPlus Node

Generated based on metadata in the database. Separated keys are generated per object.

Automatically

AES

Filesystem (synthetic, XFS)

No

n/a

n/a

n/a

n/a

isoLayer (synthetic, XFS)

n/a

n/a

n/a

n/a

n/a

PowerProtect DD

Yes

vPlus Node

Generated based on metadata in the database. Separated keys are generated per object.

automatically

AES

Huawei OceanProtect

Yes

vPlus Node

Generated based on metadata in the database. Separated keys are generated per object.

automatically

AES

MS Azure Blob Storage

Yes

vPlus Node

Generated based on metadata in the database. Separated keys are generated per object.

automatically

AES

Amazon S3

Yes

Server Side (Backup Destination own mechanism, not managed by vPlus)

Generated based on metadata in the database. Separated keys are generated per object.

automatically

n/a

S3 compatible

Yes

Server Side (Backup Destination own mechanism, not managed by vPlus)

Generated based on metadata in the database. Separated keys are generated per object.

automatically

n/a

Cloudian S3

Yes

Server Side (Backup Destination own mechanism, not managed by vPlus)

Generated based on metadata in the database. Separated keys are generated per object.

automatically

n/a

Alibaba Cloud OSS

Yes

Server Side (Backup Destination own mechanism, not managed by vPlus)

Generated based on metadata in the database. Separated keys are generated per object.

automatically

n/a

Nutanix Objects

Yes

Server Side (Backup Destination own mechanism, not managed by vPlus)

Generated based on metadata in the database. Separated keys are generated per object.

automatically

n/a

OpenStack Swift

Yes

Server Side (Backup Destination own mechanism, not managed by vPlus)

Generated based on metadata in the database. Separated keys are generated per object.

automatically

n/a

Scality Ring

Yes

Server Side (Backup Destination own mechanism, not managed by vPlus)

Generated based on metadata in the database. Separated keys are generated per object.

automatically

n/a

File System
Deduplication Appliances
Object Storage
Tape Pools
Rule section
Policies