`juju create-backup`
Usage:
juju create-backup [options] [<notes>]
Summary:
Create a backup.
Global Options:
--debug (= false)
equivalent to --show-log --logging-config==DEBUG
-h, --help (= false)
Show help on a command or other topic.
--logging-config (= "")
specify log levels for modules
--quiet (= false)
show no informational output
--show-log (= false)
if set, write the log file to stderr
--verbose (= false)
show more verbose output
Command Options:
-B, --no-browser-login (= false)
Do not use web browser for authentication
--filename (= "juju-backup-<date>-<time>.tar.gz")
Download to this file
-m, --model (= "")
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID>
Details:
This command requests that Juju creates a backup of its state.
You may provide a note to associate with the backup.
The backup archive and associated metadata are downloaded to the client which ran the backup command. Use the --filename
option to specify the name of the backup file.
Use --verbose
to see extra information about backup.
Examples:
juju create-backup
Last updated 1 year, 5 days ago.