remote website backup

Joined: 01/15/2008

Can anyone recommend an inexpensive service that will back up a website on a schedule? I am looking for an alternative to telling clients to keep a computer running with FTP scheduled.

Joined: 12/01/2008
I dont know of a service, but

I dont know of a service, but you could always use rsync from mac/linux or deltaCopy for windows to do a daily sync of the website to a local computer. schedule it for lunch time to ensure the computer is on everyday. A sync will be faster as it will only copy down what is different.

Hope that helps

Peter Awad
ChurchTechGuy.com

1Peter 4:10 ~ Are you using your gifts?

Joined: 01/15/2008
i wonder what others do?

Thanks for the thoughts.

I know that apps can be set up to mirror a site to a client computer...though the thought of a command line linux backup app gives me hives. I was kind of thinking that a turnkey solution from some 3rd party could be easy if priced right. My main objective: I don't want something where the client might look to me for support. I'd prefer to hand all that responsibility off.

How have others skinned this cat?

G&G Podcast Host
Matt Farina's picture
Joined: 06/01/2006
What are they looking to backup?

Is there a specific tool like drupal or joomla they are using? Are they looking to backup database, files, list of emails from a list server, or something else?

Matt Farina
Geeks and God Former Co-Host
www.mattfarina.com

Joined: 12/13/2008
Plesk backups

If you go with a host that offers Plesk you can use the Plesk backup feature which includes a scheduler. This feature backs up everything with one click - including settings & setup, mail, database (if you're using MySql) and files. If needed you can even switch servers by downloading the back up file, uploading it to another server running the same version of Plesk, hit restore and your up and running on your new server (after switching dns of course). This would be a good solutions for clients.

Joined: 01/15/2008
drupal backup

I am looking to back up a Drupal install. I have Backup & Migrate installed, and it writes the db to a file, and then I want to back up all the files so i have a fallback if the host's tape backup bombs.