File: volume-backup-record-9f5987c45e294dc6.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (15 lines) | stat: -rw-r--r-- 873 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
features:
  - |
    Add ``openstack volume backup record export <backup>`` command that
    provides encrypted backup record metadata that can then be used to import
    and restore on a different or rebuilt block storage service. Information
    about volume backup export and import can be found in the `Cinder block
    storage service documentation <https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-backups-export-import.html>`_.
  - |
    Add ``openstack volume backup record import <backup_service>
    <backup_matadata>`` command that can be used to import and restore on a
    different or rebuilt block storage service. Information about volume backup
    export and import can be found in the `Cinder block storage service
    documentation <https://docs.openstack.org/cinder/latest/admin/blockstorage-volume-backups-export-import.html>`_.