where is the image stored when you use --save in cloud-client.sh?

I was following the tutorial at:

http://archive.futuregrid.org/tutorials/ga4

It is my understanding that you must run on alamo so all commands indicated in ga4 need use the alamo conf file. For example:

bin/cloud-client.sh --conf conf/alamo.conf --run --name grid-appliance-2.04.29.gz --hours 1

After configuring the server, I want to save my image so I can easily instantiate the VM at another time. Saving a workspace is described here:

http://www.nimbusproject.org/docs/2.8/clouds/cloudquickstart.html

So, I used the following command:

bin/cloud-client.sh --conf conf/alamo.conf --save --handle vm-006 --newname gaCondorServer

But now, I have cannot find gaCondorServer. Where would it be located on the system?