euca-unbundle-stream (1) Linux Manual Page
NAME
euca-unbundle-stream – Recreate an image solely from its combined bundled parts without using a manifest
SYNOPSIS
euca-unbundle-stream [-i FILE] [-o FILE] –enc-key HEX –enc-iv HEX
- [–image-size BYTES] [–sha1-digest HEX]
- [–progress |
–no-progress][–region USER [at] REGION] [–debug] [–debugger] [–version] [-h]
DESCRIPTION
Recreate an image solely from its combined bundled parts without using a manifest
DESCRIPTION
Usually one would want to use euca-unbundle instead.
optional arguments:
-iFILE- file to read the bundle from (default: stdin)
-oFILE- file to write the unbundled image to (default: stdout)
–enc-keyHEX- the symmetric key used to encrypt the bundle (required)
–enc-ivHEX- the initialization vector used to encrypt the bundle (required)
–image-sizeBYTES- verify the unbundled image is a certain size
–sha1-digestHEX- verify the image’s contents against a SHA1 digest from its manifest file
–progress- show progress (the default when run interactively)
–no-progress- do not show progress (the default when run noninteractively)
–regionUSER [at] REGION- region and/or user names to search when looking up config file data
–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
