Cloud Backup on QNAP NAS

After finding Symform a bit too slow for my needs I decided to move to Amazon S3 to give them a go and also to try out some more simple scripting.

QNAP does have a web interface for backing up to S3, but it is a bit buggy and did not work for me. Looking in the forums people complain of issues with files that are too big or trying to copy too many files. Anyhow this is where s3cmd comes in. 

Written in python s3cmd is a command line tool that can be used to upload / sync files to S3.

Installing this tool on a QNAP is covered by

http://bit.ly/Zuuhou summarised by natebeaty, http://bit.ly/Z2Lzch

1. Install Python from the QNAP admin QPKG Center
2. Download latest s3cmd and transfer to a QNAP share directory
3. SSH in to your QNAP box
4. python s3cmd --configure
5. write shell scripts, add to crontab, etc

The original guide mentions that the config file is deleted on reboot, so need to check that out

scrip file; with your backup its important to know the system is working and your files are being backed up. So a log file is essential, and why not have this notified by email as well. all this can be achieved with scripts.