Ubuntu Pastebin

Paste from dfc at Thu, 18 Feb 2016 20:54:47 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
usage: juju-restore [options] <backupfile.tar.gz>
purpose: Restore a backup made with juju backup

options:
--constraints  (= )
    set model constraints
--debug  (= false)
    equivalent to --show-log --log-config=<root>=DEBUG
--description  (= false)
    show the purpose of this plugin
--log-file (= "")
    path to write log to
--logging-config (= "")
    specify log levels for modules
-m, --model (= "")
    juju model to operate in
-q, --quiet  (= false)
    show no informational output
--show-log  (= false)
    if set, write the log file to stderr
-v, --verbose  (= false)
    show more verbose output

Restore restores a backup created with juju backup
by creating a new juju bootstrap instance and arranging
it so that the existing instances in the model
talk to it.

It verifies that the existing bootstrap instance is
not running. The given constraints will be used
to choose the new instance.
Download as text