Gentoo Archives: gentoo-user

From: Roger Mason <rmason@×××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rsync via ssh
Date: Sun, 04 Nov 2007 15:01:41
Message-Id: y65bqaanjs3.fsf@minnie.esd.mun.ca
In Reply to: RE: [gentoo-user] rsync via ssh by Richard Ruth
1 Hi Richard,
2
3 Richard Ruth <richgentoo@×××××××.net> writes:
4
5 > Try adding "-e ssh" to your rsync command.
6 > Search for "-e" in the rsync man page for an example.
7 > =======================
8 > This is the crontab entry (in rmason's crontab):
9 > 0,15,30,45 * * * * rmason /usr/bin/rsync -av /home/rmason backup_machine:my
10 > machine_rmason
11
12 Thanks for the reply. Unfortunately that did not work, the same error
13 ocurs.
14
15 This is what I have currently:
16 0,15,30,45 * * * * /usr/bin/rsync -av -e "ssh" /home/rmason rmason@backup_machine:mymachine_rmason
17
18 I've tried with and without the quotes plus with and without the
19 rmason@ but none worked.
20
21 I think I'll try scp and see what happens.
22
23 Cheers,
24 Roger
25 --
26 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] rsync via ssh Steve Dommett <steve@×××××.net>
Re: [gentoo-user] rsync via ssh Ralph Slooten <axllent@×××××.com>