This command gives users the ability to restore a backup to a image or a qcow2 image. If the backup is based on a backing file, users should provide the backing file as a qcow2 image with --backing file parameter.

    1. Set the node which the output file should be placed on by replacing <NODE_NAME>, e.g. node1.

    2. Set argument output-file by replacing <OUTPUT_FILE>, e.g. volume.raw or volume.qcow2.

    3. Set argument by replacing <OUTPUT_FORMAT>. The supported options are raw or qcow2.

    4. Execute the yaml using e.g.:

    5. Watch the result using:

      After the pod status changed to Completed, you should able to find <OUTPUT_FILE> at e.g. on the <NODE_NAME>.