See README
Download latest version here
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:
/etc/cron.daily/backup
with the following content and make it runnable:#!/bin/sh /usr/local/bin/beckibackup 1>/root/.beckibackup/log
cron.daily
runns at the right time with crontab -l
and ajust it if necessary./usr/bin/run-parts
:echo "$SCRIPT:" echo $SCRIPT 2>&1 echo
echo "$SCRIPT:" echo $SCRIPT echo