[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rsync over rsh/rcp
From: |
Kai Großjohann |
Subject: |
Re: rsync over rsh/rcp |
Date: |
Mon, 16 Dec 2002 16:08:25 +0100 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.93 (i686-pc-linux-gnu) |
aaditya sood <address@hidden> writes:
> Can tramp be made to use rsync over rsh/rcp?
I haven't tested it, but the following should work:
(add-to-list
'tramp-methods
'("rshrsync"
(tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "rsh")
(tramp-rcp-program "rsync")
(tramp-remote-sh "/bin/sh")
(tramp-rsh-args nil)
(tramp-rcp-args nil)
(tramp-rcp-keep-date-arg "-t")
(tramp-su-program nil)
(tramp-su-args nil)
(tramp-encoding-command nil)
(tramp-decoding-command nil)
(tramp-encoding-function nil)
(tramp-decoding-function nil)
(tramp-telnet-program nil)))
What happens when you try?
--
~/.signature is: umop ap!sdn (Frank Nobis)