1EUCA-DOWNLOAD-BUNDLE(1) User Commands EUCA-DOWNLOAD-BUNDLE(1)
2
3
4
6 euca-download-bundle - Download a bundled image from the cloud
7
9 euca-download-bundle [-d DIR] [--progress | --no-progress] -b
10
11 BUCKET[/PREFIX]
12 (-m MANIFEST | -p MANIFEST | --local-manifest FILE) [-U URL]
13 [--region USER@REGION] [-I KEY_ID] [-S KEY] [--security-token
14 TOKEN] [--debug] [--debugger] [--version] [-h]
15
17 Download a bundled image from the cloud
18
20 You must run euca-unbundle-image on the bundle you download to obtain
21 the original image.
22
23 optional arguments:
24 -d DIR, --directory DIR
25 the directory to download the bundle parts to, or "-" to write
26 the bundled image to stdout
27
28 --progress
29 show progress (the default when run interactively)
30
31 --no-progress
32 do not show progress (the default when run noninteractively)
33
34 -b BUCKET[/PREFIX], --bucket BUCKET[/PREFIX]
35 the bucket that contains the bundle, with an optional path pre‐
36 fix (required)
37
38 -m MANIFEST, --manifest MANIFEST
39 the manifest's complete file name, not including any path that
40 may be specified using -b
41
42 -p MANIFEST, --prefix MANIFEST
43 the portion of the manifest's file name that precedes ".mani‐
44 fest.xml"
45
46 --local-manifest FILE
47 use a manifest on disk and ignore any that appear on the server
48
49 -U URL, --url URL
50 object storage service endpoint URL
51
52 --region USER@REGION
53 region and/or user names to search when looking up config file
54 data
55
56 -I KEY_ID, --access-key-id KEY_ID
57
58 -S KEY, --secret-key KEY
59
60 --security-token TOKEN
61
62 --debug
63 show debugging output
64
65 --debugger
66 launch interactive debugger on error
67
68 --version
69 show the program's version and exit
70
71 -h, --help
72 show this help message and exit
73
74
75
76euca2ools 3.4 December 2016 EUCA-DOWNLOAD-BUNDLE(1)