lxc replicator run

Run a replicator

Synopsis

Description: Run a replicator

Runs the replicator, copying all instances in the source project to the target cluster.

lxc replicator run [<remote>:]<replicator> [flags]

Examples

  lxc replicator run my-replicator
      Run the replicator "my-replicator".

  lxc replicator run my-replicator --restore
      Run the replicator "my-replicator" in restore mode, copying instances back from the target cluster.

Options

      --restore   Restore instances from the target cluster back to the source project

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          Do not 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