John Ackermann N8UR <[EMAIL PROTECTED]> wrote: > You can pipe rsync over SSH; > I don't recall the exact magic to make rsync plus > SSH work under Windows, but I think you could use PuTTY or Teraterm to > provide the port forwarding.
No port forwading is necessary nor recommended. rsync does ssh natively when you specify [EMAIL PROTECTED]: I.e.: rsync dir1 [EMAIL PROTECTED]:/dir2 This how rsync is used 98% of the time. (If you actually want to speak to an honest-to-goodness rsync server that's already running, you have to use the rsync:// url syntax.) -ch _______________________________________________ time-nuts mailing list -- [email protected] To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there.
