Quickstart guide for rubi
*************************
Unpack the tar file in a convenient place, I use /opt.

Copy the example in /opt/rubi/bin/rubi-sample to /opt/rubi/bin, adjust it to
your needs. This script is the configuration of your backup job and the
scheduler in one step.

Create a crontab entry to run your backups on a daily base:

# crontab -e

# run Backup
5 0 * * * /opt/rubi/bin/rubi 2>&1 | mail -s "Backup report" root

Beat Rubischon <beat@0x1b.ch>
