raf wrote:
> Cameron Simpson wrote:
>
> > On Wed, Jan 10, 2001 at 02:30:39PM +1100, raf <[EMAIL PROTECTED]> wrote:
> > | > And supposing I want different commands per invoking user or something else?
> > | i don't get your question. that's precisely what this is for.
> > | if you mean local user
Cameron Simpson wrote:
> On Wed, Jan 10, 2001 at 02:30:39PM +1100, raf <[EMAIL PROTECTED]> wrote:
> | > And supposing I want different commands per invoking user or something else?
> | i don't get your question. that's precisely what this is for.
> | if you mean local user, that's why each user h
On Wed, Jan 10, 2001 at 02:30:39PM +1100, raf <[EMAIL PROTECTED]> wrote:
| > And supposing I want different commands per invoking user or something else?
| i don't get your question. that's precisely what this is for.
| if you mean local user, that's why each user has their own ~/.rsyncrc.
| if yo
Cameron Simpson wrote:
> On Thu, Jan 04, 2001 at 03:17:14PM +1100, raf <[EMAIL PROTECTED]> wrote:
> | i often need to use different rsh-like commands depending on the host
> | i'm rsyncing with (for any given host). e.g.
> |
> | from A to B, "rsh" is ok
> | from A to Q, "ssh" is needed
> |
On Thu, Jan 04, 2001 at 03:17:14PM +1100, raf <[EMAIL PROTECTED]> wrote:
| i often need to use different rsh-like commands depending on the host
| i'm rsyncing with (for any given host). e.g.
|
| from A to B, "rsh" is ok
| from A to Q, "ssh" is needed
| from A to Z, "runsocks ssh -x -l othe
i often need to use different rsh-like commands depending on the host
i'm rsyncing with (for any given host). e.g.
from A to B, "rsh" is ok
from A to Q, "ssh" is needed
from A to Z, "runsocks ssh -x -l other-username" is needed
the RSYNC_RSH environment variable can't cope with this and
ha