Tag Archives: Microsoft

Want to backup files in windows the linux way?

Download this cwRsync. Which is rsync packaged up for windows, and create a small script like this to run as administrator: @ECHO OFF SETLOCAL REM ** CUSTOMIZE ** Specify where to find rsync and related files (C:\CWRSYNC) SET CWRSYNCHOME=”c:\Program Files … Continue reading

Posted in Programming | Tagged , , , , | Comments Off on Want to backup files in windows the linux way?