Re: how can I use rsync between 2 accounts?

2007-03-18 Thread Louis-David Mitterrand
On Sun, Mar 18, 2007 at 02:11:21PM -0500, ying lcs wrote: > > I have 2 linux accounts on different machines (same login, same password). > Can you please tell me how I use rsync directories between 2 accounts? ssh host1 "rsync /my/dir host2:/my/dir" -- To unsubscribe or change options: https:/

Re: how can I use rsync between 2 accounts?

2007-03-18 Thread ying lcs
On 3/18/07, Louis-David Mitterrand <[EMAIL PROTECTED]> wrote: On Sun, Mar 18, 2007 at 02:11:21PM -0500, ying lcs wrote: > > I have 2 linux accounts on different machines (same login, same password). > Can you please tell me how I use rsync directories between 2 accounts? ssh host1 "rsync /my/d

RE: how can I use rsync between 2 accounts?

2007-03-18 Thread Mark Schoonover
ying lcs wrote: > On 3/18/07, Louis-David Mitterrand <[EMAIL PROTECTED]> > wrote: >> On Sun, Mar 18, 2007 at 02:11:21PM -0500, ying lcs wrote: >>> >>> I have 2 linux accounts on different machines (same login, same >>> password). Can you please tell me how I use rsync directories >>> between 2 a

Re: how can I use rsync between 2 accounts?

2007-03-18 Thread ying lcs
On 3/18/07, Mark Schoonover <[EMAIL PROTECTED]> wrote: ying lcs wrote: > On 3/18/07, Louis-David Mitterrand <[EMAIL PROTECTED]> > wrote: >> On Sun, Mar 18, 2007 at 02:11:21PM -0500, ying lcs wrote: >>> >>> I have 2 linux accounts on different machines (same login, same >>> password). Can you plea