|
NAMEApp::ZFSCurses::Backend - Perform backend operations.VERSIONVersion 1.212.METHODSnewCreate an instance of App::ZFSCurses::Backend.is_zfs_installedRun the `zfs' command using qx and return the return code.get_zfs_datasetsReturn ZFS datasets found on the system. This method runs "zfs list -t filesystem" behind the scenes.get_zfs_snapshotsReturn ZFS snapshots found on the system. This method runs "zfs list -t snapshot" behind the scenes.get_zfs_propertiesReturn ZFS properties for a given dataset. This method expects a dataset as first argument.set_zfs_propertySet property to a given ZFS dataset.This method expects three arguments:
destroy_zfsDestroy a given object: snapshot, dataset, volume.SEE ALSOThe FreeBSD documentation on ZFS <https://www.freebsd.org/doc/handbook/zfs.html>.AUTHORPatrice Clement <monsieurp at cpan.org>LICENSE AND COPYRIGHTThis software is copyright (c) 2020 by Patrice Clement.This is free software, licensed under the (three-clause) BSD License. See the LICENSE file.
Visit the GSP FreeBSD Man Page Interface. |