Tag Archives: code

Backups

I bought a 500Gb external hard drive recently—and for some time had been using flyback to backup my home folder there. I used to take a weekly backup, but after time, I stopped being so regular.

It has been months now since I last took a backup, so I decided to start afresh. This time, [...]

SVN one liner

Useful one-liner that removes all Thumbs.db files from your SVN: svn rm `find . -name Thumbs.db | xargs`