package
0.0.0-20181025145938-e5fe14d9dcb7
Repository: https://github.com/clinta/go-zfs.git
Documentation: pkg.go.dev
# Functions
Bookmark runs zfs bookmark.
Clone runs zfs clone.
CreateFilesystem runs zfs create.
CreateVolue runs zfs create -V.
Destroy runs zfs destroy.
Get runs zfs get Returns a map indexed by dataset, each of which holds a map indexed by the requested property.
GetMounts runs zfs mount with no arguments.
Inherit runs zfs inherit.
List runs zfs list Returns a map indexed by dataset name, which holds maps of the requested properties.
Mount runs zfs mount.
Promote runs zfs promote.
Rename runs zfs rename.
Rollback runs zfs rollback.
Set runs zfs set.
Snapshot runs zfs snapshot.
UnMount runs zfs unmount.
# Structs
CloneOpts are options that can be passed to Clone.
CreateFilesystemOpts are options that can be passed to CreateFilesystem.
CreateVolumeOpts are options that can be passed to CreateVolume.
DestroyOpts are options that can be passed to Destroy.
GetOpts are options that can be passed to Get Depth defaults to 0, set to -1 to omit the depth argument.
InheritOpts are options that can be passed to Inherit.
ListOpts are options that can be passed to List Depth defaults to zero, set to -1 to omit the depth argument.
MountEntry is a mounted zfs filesystem.
MountOpts are options that can be passed to Mount.
Property is a zfs property recieved from Get.
RenameOpts are options that can be passed to Rename.
RollbackOpts are options that can be passed to Rollback.
SnapshotOpts are options that can be passed to Snapshot.
UnMountOpts are options that can be passed to UnMount.
No description provided by the author