SYNOPSIS

euca-unbundle -m FILE [-k FILE] [-d DIR] [-s DIR] [--region USER@REGION] [--progress | --no-progress] [--debug] [--debugger] [--version] [-h]

DESCRIPTION

Recreate an image from its bundled parts

DESCRIPTION

The key used to unbundle the image must match the certificate that was used to bundle it.

optional arguments:

-m FILE, --manifest FILE

the bundle's manifest file (required)

-k FILE, --privatekey FILE

file containing the private key to decrypt the bundle with. This must match the certificate used when bundling the image.

-d DIR, --destination DIR

where to place the unbundled image (default: current directory)

-s DIR, --source DIR

directory containing the bundled image parts (default: current directory)

--region USER@REGION

use encryption keys specified for a user and/or region in configuration files

--progress

show progress (the default when run interactively)

--no-progress

do not show progress (the default when run noninteractively)

--debug

show debugging output

--debugger

launch interactive debugger on error

--version

show the program's version and exit

-h, --help

show this help message and exit