Free Windows Command Line Sync Tool

February 10th, 2009 Category: General

For Windows there is a cute little tool from Microsoft available which can be used to synchronize folders. It is part of the Windows Server 2003 Resource Tool Kit and called “Robocopy”. It is a command line tool which supports UNC path names. So it’s a useful tool to sync folders e.g. to a network storage (NAS).

A simple call to sync a folder to a second local hard disc looks like:

robocopy c:\temp\Privat "e:\backup" /MIR

/MIR mirror a directory tree

If you want to sync to a NAS storage which is not based on a Microsoft Operating System you need to add some further flags:

robocopy c:\temp\Privat "\\ts-101\USB Disk 1\Test" /MIR /Z /A /M

/Z copy files in restartable mode (useful when sync e.g. over DSL connection which may sometimes terminate)

/M copy only files with the Archive attribute set and reset it (needed if you want to sync to a NAS storage which is not based on Microsoft)

/A copy only files with the Archive attribute set (needed if you want to sync to a NAS storage which is not based on Microsoft)

cwindowssystem32cmdexe-10022009-205810.jpg

Obtaining Robocopy

Ring Tone doesn’t appear on iPhone after Sync?

December 29th, 2008 Category: iPhone

itunesring.jpg You may have been wondering like me that your personal ring tone (maybe generated from a MP3) does not appear on your iPhone after synchronization? You can easily go around this issus, simply right click on your ring tone in iTunes and choose “Information”. Wihtin this menu go to the second tab “Information” and delete all fields expect the “Name”.

Finally synchronize again and you will see that your ring tone will appear in your personal ring tones on your iPhone.