Posts Tagged rsync

Using Rsync in VMWare

VMWare ESX runs a modified Linux Kernel. Sometimes, when you are doing basic administration tasks, you might find that there are certain Linux tools that you miss. One of the tools I miss most is the rsync tool. Its a very handy tool when it comes to data transfer. I searched high and low for a proper tool to do the job but never found one until now.

The problem with installing a standard Linux package into VMWare ESX is that it will almost certainly mean that you go down the path of installing a whole bunch of dependencies along with it and eventually something might stop working. The best way around this, obviously, is to compile a static package from source with all dependencies included.

Read the rest of this entry »

,

5 Comments