docs: migrate: update for -k

This commit is contained in:
tschettervictor
2025-10-07 11:29:58 -06:00
parent 743eaeed0b
commit 5e53903531
2 changed files with 18 additions and 16 deletions

View File

@@ -18,13 +18,15 @@ port by supplying it as in ``user@host:port``.
bastille migrate attica migrate@192.168.10.100
bastille migrate attica migrate@192.168.1.10:20022
bastille migrate --keyfile id_rsa attica migrate@192.168.1.10
Options:
-a | --auto Auto mode. Start/stop jail(s) if required.
-d | --destroy Destroy local jail after migration.
-b | --backup Retain archives on remote system.
-d | --destroy Destroy local jail after migration.
| --doas Use 'doas' instead of 'sudo'.
-k | --keyfile Specify an alternative private keyfile name. Must be in '~/.ssh'
-l | --live Migrate a running jail (ZFS only).
-p | --password Use password based authentication.
-x | --debug Enable debug mode.