Backup

vtctldclient Backup

Uses the BackupStorage service on the given tablet to create and store a new backup.

  1. vtctldclient Backup [--concurrency <concurrency>] [--allow-primary] <tablet_alias>

Options

  1. --allow-primary Allow the primary of a shard to be used for the backup. WARNING: If using the builtin backup engine, this will shutdown mysqld on the primary and stop writes for the duration of the backup.
  2. --concurrency uint Specifies the number of compression/checksum jobs to run simultaneously. (default 4)
  3. -h, --help help for Backup

Options inherited from parent commands

  1. --action_timeout duration timeout for the total command (default 1h0m0s)
  2. --server string server to use for connection (required)

SEE ALSO

  • vtctldclient - Executes a cluster management command on the remote vtctld server.