Skip to content

Simple shell script to suspend VMs in a directory and archive them to disk image.

License

Notifications You must be signed in to change notification settings

NReilingh/archive-fusionvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archive-fusionvm

This is a zsh script for macOS Catalina and VMware Fusion that suspends and archives a folder of VMs to dmg.

Installation

brew install nreilingh/tap/archive-fusionvm

Usage

archive_fusionvm path/to/folder/containing/.vmwarevm_files/ desired/output_file.dmg

Contributing

This code has unit tests! Get ZUnit with

brew install zunit-zsh/zunit/zunit

and then run zunit in the project directory to test.