Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for OpenStack Administrator's Guide
  3. Performing backups and restores of OpenStack
  4. In-place restore
NetBackup™ for OpenStack Administrator's Guide

In-place restore

The In-place restore covers those use cases, where the VM and its volumes are still available, but the data got corrupted or needs to rollback for other reasons.

It allows the user to restore only the data of a selected volume, which is part of a backup.

The In-place restore only works when the original VM and the original volume are still available and connected. NetBackup for OpenStack is checking this by the saved Object-ID.

The In-place restore will not create any new RHV resources. Please use one of the other restore options if new volumes or VMs are required.

The In-place restore restarts the instance.

Using Horizon

There are two possibilities to start an In-place restore.

Possibility 1: From the snapshot list

  1. On the Horizon console, navigate to NBOS Backups > Policies.

  2. Identify the policy that contains the snapshot to be restored.

  3. Click the policy name to enter the policy overview.

  4. Navigate to the Snapshots tab.

  5. Identify the snapshot to be restored.

  6. From the drop-down under Actions column, select Inplace Restore.

  7. Configure the In-place restore as desired.

  8. Click Restore.

Possibility 2: From the snapshot overview

  1. On the Horizon console, navigate to NBOS Backups > Policies.

  2. Identify the policy that contains the snapshot to be restored.

  3. Click the policy name to enter the policy overview.

  4. Navigate to the Snapshots tab.

  5. Identify the snapshot to be restored.

  6. Click the snapshot name.

  7. Navigate to the Restores tab.

  8. Click Inplace Restore.

  9. Configure the In-place restore as desired.

  10. Click Restore.

Using CLI
nbosjm snapshot-inplace-restore [--display-name <display-name>]
                       [--display-description <display-description>]
                       [--filename <filename>]
                       <snapshot_id>
  • <snapshot_id> ID of the snapshot to restore.

  • --display-name <display-name> Optional name for the restore.

  • --display-description <display-description> Optional description for restore.

  • --filename <filename> Provide file path(relative or absolute) including file name , by default it will read file: /usr/lib/python2.7/site-packages/nbosjmclient/input-files/restore.json .You can use this for reference or replace values into this file.

Feedback

Was this page helpful?
Previous

Selective Restore

Next

Required restore.json for CLI

Feedback

Was this page helpful?