rsync backups
Tuesday, July 26th, 2005
I’m not much of a *nix geek but cygwin is a wonderful tool to have on a Windows machine. Today’s brief exploration was using rsync to backup this website to my work PC. Dreamhost provides ssh shell accounts and rsync is available, so from within cygwin… rsync -e ssh -av –exclude ‘<remote dirs to exclude>’ [...]