From 2c0f2219ca573b9f4bb93957a5016091e1768a16 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 4 May 2025 18:52:54 -0600 Subject: [PATCH] bastille: Add migrate as subcommand --- usr/local/bin/bastille | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index e962d513..bb1c712c 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -96,6 +96,7 @@ Available Commands: jcp cp(1) files from a jail to jail(s). limits Apply resources limits to targeted container(s). See rctl(8). list List containers (running). + migrate Migrate targetted jail(s) to a remote system. mount Mount a volume inside the targeted container(s). network Add/remove network interfaces from targeted container. pkg Manipulate binary packages within targeted container(s). See pkg(8). @@ -209,6 +210,7 @@ case "${CMD}" in jcp| \ limits| \ list| \ + migrate| \ network| \ rcp| \ rdr| \