lxc file pull

Pull files from instances

Synopsis

Description: Pull files from instances

lxc file pull [<remote>:]<instance>/<path> [[<remote>:]<instance>/<path>...] <target path> [flags]

Examples

  lxc file pull foo/etc/hosts .
     To pull /etc/hosts from the instance and write it to the current directory.

Options

  -p, --create-dirs   Create any directories necessary
  -r, --recursive     Recursively transfer files

Options inherited from parent commands

      --debug          Show all debug messages
      --force-local    Force using the local unix socket
  -h, --help           Print help
      --project        Override the source project
  -q, --quiet          Don't show progress information
      --sub-commands   Use with help or --help to view sub-commands
  -v, --verbose        Show all information messages
      --version        Print version number

SEE ALSO