Zipping, xcopy then decompress onto a server

Hi Guys,

We've been using daily for about a year to deploy our client websites.

One of our sites is about 400 MB in size and takes about an hour to build and upload.
Our aim is to reduce that deploy time without adjusting end-point bandwidth.

One idea is to zip the contents before uploading, upload the zip file then decompress onto the target web server.

 

Using FinalBuilder to compress locally and upload the zip file is no problem, but I need a clever way of automating the decompression of the zips into the right folders on the server. Does anyone have any suggestions for how I could do this through one instance of FinalBuilder?

 

Thanks,

-Vijay

 

 

 

I’m guessing you could use PsExec (in the PsTools group) to spawn the process on the remote server and unzip it there.

Regards
Bjorn Ove Olafsen

Hi Vijay,

Bjorns’ suggestion is a good one. You could either spawn an FBCMD process to run a FinalBuilder project to do the remote deployment, or you could just run an unzipping tool.

Regards,

Angus

Thanks Guys!

Both ideas are great! I can’t wait to give it a go!

Thanks Guy! That worked perfectly.

I didn’t PsTools were so useful.

I seem to agree with every testimonial I see in these forums, I’d hate to count the number of hours FinalBuilder has saved us.

Hi Vijay,

Glad to hear it, and I’m extra glad you don’t have to count those hours. :).

- Angus