incus storage volume file pull¶
Pull files from custom volumes
Synopsis¶
Description:
Pull files from custom volumes
incus storage volume file pull [<remote>:]<pool> <volume>/<path> <target path> [flags]
Examples¶
incus custom volume file pull local v1/foo/etc/hosts .
To pull /etc/hosts from the custom volume and write it to the current directory.
incus file pull local v1 foo/etc/hosts -
To pull /etc/hosts from the custom volume and write its output to standard output.
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¶
incus storage volume file - Manage files in custom volumes