Tuesday, February 17, 2009

Backup to babosa

In the relatively safe environment of my own LAN a nice command to keep some directories in sync with babosa as a backup is:

rsync -av --delete ~/Documents babosa:/home/kompoza/membrillo

Substitute Documents for any folder you want to sync.

This uses the unsafe but fast rsh protocol and I get around 1 MB/s transfer rate.