Backing Up EC2 Websites to an S3 Bucket

This script run from cron will keep 7 days of backups in S3 overwriting as needed. Your cron entry will look like 22 18 * * * /path/to/the/script/backup.sh #!/bin/bash cd `dirname $0` DIR_ROOT=/var/www WEB_DIRS=`ls -1 $DIR_ROOT` DAY=`date +%a`...

I have moved to Amazon Web Services

So tonight I moved my websites to AWS. I logged into AWS and created all my DNS zones and records in Route 53 and then logged into multiple DNS registrars they were registered with and pointed them to Route 53 DNS servers. I chose the default Amazon Linux AMI and then...

glabels-3-batch on Fedora 25 segfault

The default glabels-3.4.x install on Fedora 25 through 29 segfaults when using the glabels-3-batch command. The following command fails: glabels-3-batch -o output.pdf -i crossdock-data.csv 150x200-crossdock-labels.glabels I found compiling from source with defaults...

About the Author

James is an IT Professional based in Melbourne, Australia. He blogs about Information Technology, Open Source software, home renovations, good reads and travel.

Login

Blog History