class ZfsMgmt::ZfsMgr::Send
zfs send stuff
Public Instance Methods
all()
click to toggle source
# File lib/zfs_mgmt/zfs_mgr/send.rb, line 34 def all() ZfsMgmt.set_log_level(options[:loglevel]) ZfsMgmt.global_options = options ZfsMgmt.zfs_send_all(options) end