Am Samstag, 3. November 2007 schrieb Roger Mason:
> Hello,
>
> I'm trying to use rsync to back up my home directory on "mymachine" to
> another machine (backup_machine) using a cron job.

Which cron?

> This is the crontab entry (in rmason's crontab):
>
> 0,15,30,45 * * * *      rmason /usr/bin/rsync -av /home/rmason
> backup_machine:mymachine_rmason

Shouldn't this be 

0,15,30,45 * * * * /usr/bin/rsync -av /home/rmason 
backup_machine:mymachine_rmason

HTH...

        Dirk

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to