Inhaltsverzeichnis

beckibackup

Despcription

FIXME

See README

Dowload

Download latest version here

Use as Cronjob

By default beckibackup writes informative messages to stdout (can be switched off) and error messages to stderr. Therefore it is advisable to redirect the stdout to some logfile and not to redirect stderr. This way, the owner of the cronjob (usually root for machine backups) gets an email from crond only if an error occurs.

The following is tailored towards Slackware Linux, but on other system the useage is similar:

#!/bin/sh
/usr/local/bin/beckibackup 1>/root/.beckibackup/log
    echo "$SCRIPT:"
    echo
    $SCRIPT 2>&1
    echo
    echo "$SCRIPT:"
    echo
    $SCRIPT
    echo