[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] backup solution



Hi Sherwing,

> Can you recommend a backup solution from the datacenter to our servers
with
> the least bandwidth requirement needed, coz we dont want to clog our
network
> when backup is being done, coz this is a news site with 24/7 traffic.

Sounds like you need rsync. A few pointers below.

In short, with rsync you (can) create a one time full backup and after
that you transfer only the differences in files to your backup machine.
Very slick!

You can do this through ssh with key authentication, to make your traffic
secure and cron-able.

Homepage is at http://rsync.samba.org. This issue was recently on this
list (I believe even this month).

HTH... Nico