On Mon, Jan 31, 2005, Helge Kreutzmann wrote: > I'd like to preserve the time stamp during synchronisation. The manual does > not discuss this, and hence I tried to use the "-p" Option of ssh. The man > page is a little vague how to use it, so I tried all possibilities: > kreu...@platini:.../share/doc/unison[519] % unison-gtk -rshargs "-p" > Bad port 'unison'
rshargs are passed to ssh, not scp; only scp has a -p option which is used when scp does file I/O itself. You can pass options to the ssh process which unison uses as a transport between client and server, but the unison client and server are the one doing file I/O. That's why it's failing with "Bad port 'unison'": it expects a port after your -p, but you only passed -p. Perhaps you want the -times option to unison? -- Loïc Minier -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

