Make backups. That’s one of the lessons learned after reinstalling Nakur. I transfered back all files to the machine, and most functionality is completely restored. This could only be done because of backups that I had available with rsnapshot. rsnapshot under FreeBSD is maintained by Ralf v Dooren, a Snow collegue! and works best for this to get the backups back at home…

There is one pity though, the upload speed is capped at 1mbit. This makes restoring large backups a bit more problematic. Even if you have all data (OK I now have a full SQL backup script running everyday instead of periodically), you also depend on the speed with which it can be restored. If that speed is inadequate it makes restoring painful.

I toyed with the hetzner backup FTP server and I am using Duplicity with a given password, so that I have “local” backups available, which can be transfered at multiple megabits, a full backup took ~ 4 hours, which makes it double that amount max to restore (I like to take the times bigger then they really are). That’s better then 5 full days (5x24hours) :-) .

So, speed is also important :-)