Linux backups powered by Rsync

Backup like a PRO using one most popular linux backup tool alternatives called rsync. RSync backups data and does it very clean and well. Rsync only transfers those data that have been modified and changed so that the destination host has an exact replica from the source host.

Rysnc is a command line backup tool that handles data transfers in an effective and secure manner like any other known commercial backup softwares around. Rync blends in and integrates flawlessly with linux shell commands combined linux I/O redirections.

Here's an altenative approach based from recent entry on creating data backups from simple one to an enterprise backup data sets using rsync.

More Here