Pages
-
Recent Posts
Tags
applescript App Store backups bash Brick Wall bugs C Casey checkinstall Chef's Book Clocks Cooking Core-Data Core Graphics Dynamic Drawing games gdb git gym Icons ImageMagick iOS ipad iphone MagickWand migrations Music ncurses NSManagedObject objective-c OCR OpenCV Optical Character Recognition packaging Photography Programming Puzzles Rsync source sudoku Time Ubuntu UITextField utility XCode
Tag Archives: Rsync
Backing up Steam with CWRsync
This may or may not be of use to other people, and seeing as I’ve not written a blog post for ages, I thought I’d post it here. Before demolishing my PC last year and building a new one once … Continue reading
Posted in Games, Programming
Tagged backups, Chef's Book, lastfm, Music, Programming, Rsync, Steam
Leave a comment
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