Backup Scripts for Your Server

March 14th, 2008 by Peter Glaeser | 1 Comment »

In a previous comment I was asked to post a backup procedure that I use on my root servers. The following is a backup stategy that I use on my SuSE servers. Backup directories You create the following directories: /root/backup/scripts /root/backup/files Hourly backup script Create /root/backup/scripts/1h.sh with the following contents and make it executable: tar -czf /root/backup/files/partial_`date ...

Crashed WordPress MySQL Tables

March 12th, 2008 by Peter Glaeser | 1 Comment »

Today I received a couple of my emails telling me that all posts of this blog were deleted. At first I thought people were kidding but then I got really scared. At first I thought somebody had hacked into my WordPress. But I always update all my blogs on the ...