| Package | Description |
|---|---|
| org.jvnet.solaris.libzfs |
High-level Java API to libzfs.
|
| Modifier and Type | Method and Description |
|---|---|
ZFSSnapshot |
ZFSObject.createSnapshot(String snapshotName)
Take a snapshot of this ZFS dataset.
|
ZFSSnapshot |
ZFSObject.createSnapshot(String snapshotName,
boolean recursive)
Take a snapshot of this ZFS dataset and recursively for all child
datasets.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ZFSSnapshot> |
ZFSObject.snapshots()
Obtain all snapshots for this dataset.
|
Copyright © 2008–2017. All rights reserved.