Skip one-click backup apps. This rsync script gives you full control over what gets saved and when, plus logs and a few hard-won lessons.
I've got a few bash scripts on a couple of Ubuntu 10.04 boxes that back up some directories with rsync to a central server, then records in a log file the success or failure of the operations and ...
Have you ever wanted to force a script to act differently when it is invoked by cron? If the script is run interactively, for example, you might want the script to prompt the user for some information ...