From b80744f9239d8521a46e75e201098872d90cf0d3 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 11 May 2025 18:26:19 -0600 Subject: [PATCH] docs: Update migrate for live migration --- docs/chapters/subcommands/migrate.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/chapters/subcommands/migrate.rst b/docs/chapters/subcommands/migrate.rst index 97809672..daf26d8c 100644 --- a/docs/chapters/subcommands/migrate.rst +++ b/docs/chapters/subcommands/migrate.rst @@ -25,5 +25,6 @@ port by supplying it as in ``user@host:port``. -d | --destroy Destroy local jail after migration. -b | --backup Retain archives on remote system. | --doas Use 'doas' instead of 'sudo'. + -l | --live Migrate a running jail (ZFS only). -p | --password Use password based authentication. -x | --debug Enable debug mode.