clone command for ZFS users

makes it easy to duplicate an existing guest
This commit is contained in:
Matt Churchyard
2015-10-15 14:55:48 +01:00
parent 16d3f21f1e
commit 6d6ecb6a34
5 changed files with 51 additions and 2 deletions

View File

@@ -82,6 +82,9 @@ __parse_cmd(){
configure)
__vm_configure "$@"
;;
clone)
__zfs_clone "$@"
;;
*)
__usage
;;