Tag Archives: Linux
s3 backup + mySql dump
These two open source scripts are very useful when combined with cron: s3 Tools : http://sourceforge.net/projects/s3tools/ OpenSource tools to access Amazon S3 file storage. s3cmd – unix-like tools to manipulate stored files from the command line, s3fuse – driver to mount the S3 storage locally. and automysqlbackup : http://sourceforge.net/projects/automysqlbackup/ A script to take daily, weekly [...]
Amazon Elastic Compute Cloud (Amazon EC2)
I’m currently evaluating this service, after using some of the other amazon services such as s3, this looks super sexy in a techy way. Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale computing easier for developers. Amazon EC2′s simple [...]
wget a complete site
A quick way to archive a complete site via a shell: wget -r http://yourwebsite.com Here’s the man page. GNU Wget 1.9, a non-interactive network retriever: Usage: wget [OPTION]… [URL]..