GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
App::ZFSCurses::Backend(3) User Contributed Perl Documentation App::ZFSCurses::Backend(3)

App::ZFSCurses::Backend - Perform backend operations.

Version 1.212.

Create an instance of App::ZFSCurses::Backend.

Run the `zfs' command using qx and return the return code.

Return ZFS datasets found on the system. This method runs "zfs list -t filesystem" behind the scenes.

Return ZFS snapshots found on the system. This method runs "zfs list -t snapshot" behind the scenes.

Return ZFS properties for a given dataset. This method expects a dataset as first argument.

Set property to a given ZFS dataset.

This method expects three arguments:

  • a dataset
  • a property
  • a value

Destroy a given object: snapshot, dataset, volume.

The FreeBSD documentation on ZFS <https://www.freebsd.org/doc/handbook/zfs.html>.

Patrice Clement <monsieurp at cpan.org>

This software is copyright (c) 2020 by Patrice Clement.

This is free software, licensed under the (three-clause) BSD License.

See the LICENSE file.

2020-08-10 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.