Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
APPJAIL-ZFS(1)		     General Commands Manual		  APPJAIL-ZFS(1)

NAME
     appjail-zfs -- Common ZFS commands for jails

SYNOPSIS
     appjail zfs clone-src jail dst [args ...]
     appjail zfs clone-dst jail src [args ...]
     appjail zfs create jail [args ...]
     appjail zfs destroy jail [args ...]
     appjail zfs get jail [args ...]
     appjail zfs inherit jail [args ...]
     appjail zfs list jail [args ...]
     appjail zfs recv jail [args ...]
     appjail zfs send jail [args ...]
     appjail zfs set jail [args ...]
     appjail zfs snapshot jail [args ...]

DESCRIPTION
     The appjail zfs command provides a wrapper for common ZFS commands that op-
     erate to or from a given jail.

     clone-dst	and clone-src clone a snapshot of a ZFS dataset.  clone-dst will
     use the jail's dataset as the destination and clone-src as the source.

     create, destroy, get, inherit, list, recv, send, set and snapshot will  use
     the jail's dataset as the destination for their operations.

EXIT STATUS
     The  appjail zfs utility exits 0 on success, and >0 if an error occurs.  It
     may fail for one of the following reasons:

     -	 EX_USAGE: The command was used incorrectly.
     -	 EX_CONFIG: ZFS is not enabled in your AppJail configuration file.

SEE ALSO
     sysexits(3) appjail-conf(5) zfs-clone(8) zfs-create(8) zfs-destroy(8)  zfs-
     get(8)  zfs-inherit(8)  zfs-list(8) zfs-recv(8) zfs-send(8) zfs-set(8) zfs-
     snapshot(8)

AUTHORS
     JesAos Daniel Colmenares Oviedo <DtxdF@disroot.org>

FreeBSD ports 15.quarterly	 March 19, 2024 		  APPJAIL-ZFS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=appjail-zfs&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help