Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jail: Add archive subcommand and create method #795

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 22, 2020

  1. jail: rework command selection

    Set a command name rather than creating a pseudo-bitmask that requires
    each case to be updated each time a command is added.
    brooksdavis committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    2e425db View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. jail: Add archive subcommand and create method

    The archive subcommand (-A) creates a tar file containing the contents
    of a jail and it's metadata.  The create subcommand (-c) gains a new
    method to create a new jail from an archive, restoring its metadata.
    This can be used to save a copy of a jail before updates or to transfer
    a jail to another machine.
    brooksdavis committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    38fe369 View commit details
    Browse the repository at this point in the history