mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-18 08:12:53 +01:00
20 lines
664 B
ReStructuredText
20 lines
664 B
ReStructuredText
zfs
|
|
===
|
|
|
|
Manage ZFS properties, ceate and destroy snapshots, and check ZFS usage for
|
|
targeted jail(s).
|
|
|
|
.. code-block:: shell
|
|
|
|
ishmael ~ # bastille zfs help
|
|
Usage: bastille zfs [option(s)] TARGET destroy|rollback|snapshot TAG"
|
|
df|usage"
|
|
get|set key=value"
|
|
jail pool/dataset /jail/path"
|
|
unjail pool/dataset"
|
|
|
|
Options:
|
|
|
|
-a | --auto Auto mode. Start/stop jail(s) if required.
|
|
-v | --verbose Enable verbose mode.
|
|
-x | --debug Enable debug mode. |