I've been messing around with SVN, trying to set up a WebDAV service to stash some drupal themes in. I keep screwing up the initial import at which point a quick round of rm -r /var/svn/rocksoc && svnadmin create /var/svn/rocksoc and I'm back to where I started. Intill I take a break for lunch and have a brain fade and type rm -r /var/www/rocksoc
Opps
It's a really good job I keep backups
I search through the backup server. /var/www is missing
It turns out that I'd had a brainfade in setting up backupninja and missed out /var/www
Fortunately I'd made a tarball of the directory last night and copied it to my dev server. Total downtime, about 6 minutes, and most of that was waiting for the tarball to scp back to the server.