Thats Tops: whatever I think about as cool enough to blog it

Choose a Topic:

Fri
11
Apr '08

rsync

Lately I have written about a great Unix tool called SCP. Now recently I had the need to equal two Unix filesystems from which one was a remote filesystem in oversea. Now how to do that?!

Now you could just copy all the stuff from the remote system (I’m sure you know all about … tar, gzip, zip). For sure a secure way to go! But also very time and resource intensive for sure. Could that be done more elegant? ….  Someone could also have the idea to use a “better” ftp client being able to compare directories. Clever eh?

But are you aware how it stretches the needed time for it when you put a 3rd system in between? Anything better?

A few of you might now know a brilliant little helper out of the Microsoft Ressource Kit called robocopy?! Be carefully with the /MIR option …. read first and be aware what you are doing!

But I guess just only a hand full of you all here will know that this gorgeous robocopy is just the Windows equivalent of a UNIX tool called rsync.   Go for it!  rsync – Thats Tops!

Leave a passing comment »

Leave a Reply