9.20.2009 | Blog
I just wanted to update everyone that I have updated the project recently. The project is now called Zipline Backup. You can fine the project at ZiplineBackup.com
It is now hosted at Google code so I encourage everyone to post any questions you have there. Please so not hesitate to contact me if you have any questions about the project.
Related Posts
No related posts.


I always enjoy learning what other people think about Amazon Web Services and how they use them. Check out my very own tool CloudBerry Explorer that helps to
manage S3 on Windows . It is a freeware. http://cloudberrylab.com/
At least someone who continues the work done by Christina Warren… Thanks!
Does your code cope with the problem that occurs when your are trying to backup a big website (more that 2 gigs)? Christina's code failed to backup my sites (four sites, 2.5 gigs each one aprox.).
I will have to check that out! Thanks for sharing.
J.
At the moment it does not Cope with large sites. What I can do is break the script up into like 4 smaller scripts to be run 1 hour apart and that might solve the problem. I will have to think on it and let you know. The script is still VERY much alpha (I don't even know if it ran correctly on my site.) I am still doing more testing on it. I have most of the logic worked out on it (I think) and now it is just about getting to work right and getting the options in there and available to the users.
I will also be putting this out on Google code or somewhere and add documentation when I get some time.
Till then, I would not recommend it until I can get it worked out for large sites.
Thanks for looking into it!
Very nice script! I used Christina Warren's script for a few weeks now, but I missed the rotation option.
Now I miss the mysqldump part… >.<
As far as I can see this version only handles the file backups and rotation, so I'm exited on your next version
Hello George!
I will be releasing a more updated script soon that includes rotating MySQL backups as well. (actually you can download the MySQL script that I will be including now – http://sourceforge.net/projects/automysqlbackup/ )
I will basically be two scripts and the S3Sync that you upload to your /Data folder and edit three files. Once done you just setup the cron like 1-2 hours apart and you will be good to go!
I just want to let the one I currently have run a few days and make sure it does not delete the whole website or something. I would feel bad and you would probably be upset that the script did not work as advertised.
Hello Brett,
Have you made any progress lately on the script? Can we say It is no more alpha but beta?
Hello Brett,
Have you made any progress lately on the script? Can we say It is no more alpha but beta?
I love your script – I'm using it at mt. However, after a few days, it stopped doing a db backup, and it stopped sending my backups to s3. I'm not sure what went wrong or how to diagnose it.
Brett,
First off this is massively cool and I really appreciate your work here. I found you from Christina Warren's post on the same topic at http://www.christinawarren.com/2008/06/24/s3-ba...
For me, your script is more detailed and gives me more functionality to rotate backups, etc. which I find really useful.
I do have a question about this – namely, your script only backs up the filesystems for the domains and not the databases. I found your other script on the google code repository but I see that they email the database out to you and I'd really like the db backup to be sent offsite along with the files. Any thoughts on that?
Thanks!
Brett,
First off this is massively cool and I really appreciate your work here. I found you from Christina Warren's post on the same topic at http://www.christinawarren.com/2008/06/24/s3-ba...
For me, your script is more detailed and gives me more functionality to rotate backups, etc. which I find really useful.
I do have a question about this – namely, your script only backs up the filesystems for the domains and not the databases. I found your other script on the google code repository but I see that they email the database out to you and I'd really like the db backup to be sent offsite along with the files. Any thoughts on that?
Thanks!