Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: arno on May 24, 2004, 08:17:50 PM

Title: Remote website Backup
Post by: arno on May 24, 2004, 08:17:50 PM
Lo Guys and Girls,

I am searching a good script for Backups.
i wanna use a sme svr as backup svr.
On that server i wanna run scipts wich backups remote websites (on the internet)
Anyone who can help me a bit in the good direction?

Arno
Title: Remote website Backup
Post by: Anonymous on May 25, 2004, 12:39:30 AM
Hi, I am using rsnapshot to do daily network backups of both XP and *nix machines. It uses rsync and has an option for ssh if you backup across the internet.

It is pretty easy to set up, and installs on 6.0.1 with no dependancies.

There are others - Unison, R-diff etc.
Title: Remote website Backup
Post by: Anonymous on May 25, 2004, 07:54:15 AM
is there a contrib for?
Title: Remote website Backup
Post by: duncan on May 25, 2004, 09:50:39 AM
Quote from: "Anonymous"
is there a contrib for?


No, But it lives here (http://www.rsnapshot.org)
Title: Remote backups
Post by: ldkeen on May 25, 2004, 11:26:32 AM
I use dungog rsync (http://dungog.net/sme/help/SMEhelp/panels/Rsync%20config.html) to backup two remote (e-smith) sites to my home e-smith box. Just schedule both backups to be done prior to midnight then at midnight my local box dumps the whole lot to tape. The beauty of rsync is once you've done the initial backup, which in my case was 2GB, and had to be done manually because of my ISP's download limit you only actually copy the data that has changed each day ie e-mail etc. It's commercial but only costs around $33US but is well worth the money. It sounds exactly like what you're looking for.
HTH Lloyd