Linux "lxc.move" Command Line Options and Examples
Move containers within or in between LXD instances

Description: Move containers within or in between LXD instances.


Usage:

lxc move [:][/] [:][[/]] [flags]






Command Line Options:

--container-only[
Move the container without its snapshots
lxc.move --container-only[ ...
--mode
Transfer mode. One of pull (default), push or relay.``
lxc.move --mode ...
--stateless[
Copy a stateful container stateless
lxc.move --stateless[ ...
--target=""
OPTIONS INHERITED FROM PARENT COMMANDS
lxc.move --target="" ...
--debug[
Show all debug messages
lxc.move --debug[ ...
--force-local[
Force using the local unix socket
lxc.move --force-local[ ...
-h
--help[=false] Print help
lxc.move -h ...
-v
--verbose[=false] Show all information messages
lxc.move -v ...
--version[=false]
EXAMPLElxc move [<remote>:]<source container> [<remote>:][<destination container>] [--container-only]Move a container between two hosts, renaming it if destination name differs.lxc move <old name> <new name> [--container-only]Rename a local container.lxc move <container>/<old snapshot name> <container>/<new snapshot name>Rename a snapshot.
lxc.move --version[=false] ...