backup
Backup OutLook 2007 Profile Information on Windows XP
Introduction
If you have multiple profiles within your Outlook 2007 mail client you may wish to backup them up incase you ever have to rebuild your PC or otherwise transfer your mail settings to another PC.
See the image below for an example of an Outlook 2007 client with 2 profiles

Backing Up a Remote MYSQL Database with a Linux based QNAP 109 Network Attached Storage
Introduction
Using a QNAP linux NAS you can backup MYSQL databases on remote servers. This article shows you how to write a script to do this. This script can then be run at set intervals using the cron scheduler to ensure your mysql data server is backed up safely.
This guide assumes your server is running the SSHD and allows you to run remote commands. For example a VPS server is the perfect example of this.
Step 1
Automatically Backing Up Remote Servers (e.g Web) with Qnap 109 NAS
Introduction
If you run an important server such as web server you should of course take regular off site backups. Now everyone knows that backups are a total pain to do manually and more often than not get forgotten. However, using linux cron you can automate this task easily and be more confident of your ability to recover should anything go wrong with your server and you need to restore. If you have a decent connection speed at your home or office you can program a QNAP 109 NAS (network attached storage) to take care of this important task for you.
Setup Centos 5 Linux as a TFTP server for backing up routers and other network devices
If you need to backup your network device's (you know Cisco, HP etc) running configuration, one of the most common ways to do this is via a TFTP server. There are various tftp solutions out there and this guide covers setting up a centos box on how to become a tftp server. There a few guides out there already but this one covers Centos 5 Linux specifically.
Step 1.
You need to install the tftp-server service and the xinetd service software using yum.
The xinetd service is required as this controls the tftp server daemon.

