table of contents
other versions
EUCA-DOWNLOAD-BUNDLE(1) | User Commands | EUCA-DOWNLOAD-BUNDLE(1) |
NAME¶
euca-download-bundle - Download a bundled image from the cloud
SYNOPSIS¶
euca-download-bundle [-d DIR] [--progress | --no-progress] -b
- BUCKET[/PREFIX]
- (-m MANIFEST | -p MANIFEST | --local-manifest FILE) [-U URL] [--region USER@REGION] [-I KEY_ID] [-S KEY] [--security-token TOKEN] [--debug] [--debugger] [--version] [-h]
DESCRIPTION¶
Download a bundled image from the cloud
DESCRIPTION¶
You must run euca-unbundle-image on the bundle you download to obtain the original image.
optional arguments:¶
- -d DIR, --directory DIR
- the directory to download the bundle parts to, or "-" to write the bundled image to stdout
- --progress
- show progress (the default when run interactively)
- --no-progress
- do not show progress (the default when run noninteractively)
- -b BUCKET[/PREFIX], --bucket BUCKET[/PREFIX]
- the bucket that contains the bundle, with an optional path prefix (required)
- -m MANIFEST, --manifest MANIFEST
- the manifest's complete file name, not including any path that may be specified using -b
- -p MANIFEST, --prefix MANIFEST
- the portion of the manifest's file name that precedes ".manifest.xml"
- --local-manifest FILE
- use a manifest on disk and ignore any that appear on the server
- -U URL, --url URL
- object storage service endpoint URL
- --region USER@REGION
- region and/or user names to search when looking up config file data
-I KEY_ID, --access-key-id KEY_ID
-S KEY, --secret-key KEY
--security-token TOKEN
- --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
March 2016 | euca2ools 3.3 |