Gentoo Archives: gentoo-user

From: Dirk Heinrichs <dirk.heinrichs@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rsync via ssh
Date: Sun, 04 Nov 2007 15:33:56
Message-Id: 200711041624.56234.dirk.heinrichs@online.de
In Reply to: [gentoo-user] rsync via ssh by Roger Mason
1 Am Samstag, 3. November 2007 schrieb Roger Mason:
2 > Hello,
3 >
4 > I'm trying to use rsync to back up my home directory on "mymachine" to
5 > another machine (backup_machine) using a cron job.
6
7 Which cron?
8
9 > This is the crontab entry (in rmason's crontab):
10 >
11 > 0,15,30,45 * * * * rmason /usr/bin/rsync -av /home/rmason
12 > backup_machine:mymachine_rmason
13
14 Shouldn't this be
15
16 0,15,30,45 * * * * /usr/bin/rsync -av /home/rmason
17 backup_machine:mymachine_rmason
18
19 HTH...
20
21 Dirk

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] rsync via ssh Roger Mason <rmason@×××××××.ca>