Re: ~/.rsyncrc patch

2001-01-14 Thread raf
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

Re: ~/.rsyncrc patch

2001-01-14 Thread raf
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

Re: ~/.rsyncrc patch

2001-01-11 Thread Cameron Simpson
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

Re: ~/.rsyncrc patch

2001-01-09 Thread raf
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 > |

Re: ~/.rsyncrc patch

2001-01-09 Thread Cameron Simpson
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

~/.rsyncrc patch

2001-01-03 Thread raf
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