Archive for August, 2007

New domain name

Posted in General on August 24th, 2007 by Johan Huysmans – Be the first to comment

My personal domain name raskas.be has just been activated!

This means that all my websites are move to http://www.raskas.be.
The specific url for my blog is: http://www.raskas.be/blog
The RSS of my blog is now: feed:http://www.raskas.be/blog/feed/

Please update all your bookmarks and rss feed readers to point to the correct url!

With some mod_rewrite magic you can still browse to the old url but you will be automatically redirected to my new domain name.

RewriteEngine on
RewriteRule ^(.*)$ http://www.raskas.be/$1

On http://www.ilovejackdaniels.com/apache/mod_rewrite-cheat-sheet/ i found some nice cheat sheet about apache’s mod_rewrite.

Updated full backup script

Posted in Backup on August 19th, 2007 by Johan Huysmans – Be the first to comment

This week I updated the full backup page. We jumped from version 0.4 to 0.8.
Thanks to my colleagues: Raf, Fred and Jos the script is updated to meet our requirements.

Here are some of the major features added to the newest version:

  • You can choose if you want to keep a history (= full weekly backups and daily incrementals) or only 1 backup.
  • All information will be written to a logfile which can be mailed to some addresses when the script is done (previously this was done by an extra command in the cron).
  • After the backup we will check the size of the local data and the size of the backup, printed to the logfile.
  • We will check the free space on the backupdisk and print it to the logfile.

The behavior of the script can be configured with the variables at the top of the script.