mirror of
https://github.com/churchers/vm-bhyve.git
synced 2026-01-04 03:54:31 +01:00
clone command for ZFS users
makes it easy to duplicate an existing guest
This commit is contained in:
@@ -82,6 +82,9 @@ __parse_cmd(){
|
||||
configure)
|
||||
__vm_configure "$@"
|
||||
;;
|
||||
clone)
|
||||
__zfs_clone "$@"
|
||||
;;
|
||||
*)
|
||||
__usage
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user