Re: rsync to a symlink directory

2002-09-24 Thread Gwendal Stevanazzi
On Tue, 24 Sep 2002, jw schultz wrote: > [edited] > On Tue, Sep 24, 2002 at 12:52:58PM -0700, Gwendal Stevanazzi wrote: > > On Tue, 24 Sep 2002 [EMAIL PROTECTED] wrote: > > > Here's the script: > > > rsync dira/file dirc > > > > This script runs ok > > But here is a script which doesn't work for

Re: rsync to a symlink directory

2002-09-24 Thread jw schultz
[edited] On Tue, Sep 24, 2002 at 12:52:58PM -0700, Gwendal Stevanazzi wrote: > On Tue, 24 Sep 2002 [EMAIL PROTECTED] wrote: > > Here's the script: > > rsync dira/file dirc > > This script runs ok > But here is a script which doesn't work for me: > rsync -R dira/file ../dest/ The culprit appears t

Re: rsync to a symlink directory

2002-09-24 Thread Gwendal Stevanazzi
riram Ramkrishna <[EMAIL PROTECTED]> > Sent by: [EMAIL PROTECTED] > 09/24/2002 10:19 AM > > > To: Gwendal Stevanazzi <[EMAIL PROTECTED]> > cc: jw schultz <[EMAIL PROTECTED]> > [EMAIL PROTECTED] > (bcc: Tim Conway/LMT/SC/PHILIPS) >

Re: rsync to a symlink directory

2002-09-24 Thread tim . conway
are some who call me Tim?" Sriram Ramkrishna <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/24/2002 10:19 AM To: Gwendal Stevanazzi <[EMAIL PROTECTED]> cc: jw schultz <[EMAIL PROTECTED]> [EMAIL PROTECTED] (bcc: Tim Conway/LMT/SC/P

Re: rsync to a symlink directory

2002-09-24 Thread Sriram Ramkrishna
I've always tried just appending a trailing slash to the destination that always worked for me. sri On Tue, Sep 24, 2002 at 12:28:02AM -0700, Gwendal Stevanazzi wrote: > On Mon, 23 Sep 2002, jw schultz wrote: > > > On Mon, Sep 23, 2002 at 06:03:12PM -0700, Gwendal Stevanazzi wrote: > > > > > >

Re: rsync to a symlink directory

2002-09-24 Thread jw schultz
On Tue, Sep 24, 2002 at 12:28:02AM -0700, Gwendal Stevanazzi wrote: > On Mon, 23 Sep 2002, jw schultz wrote: > > On Mon, Sep 23, 2002 at 06:03:12PM -0700, Gwendal Stevanazzi wrote: > > > > > > Now I want to update file1. > > > If I run the command > > > rsync -aRz file1 destination:/home/test2/lin

Re: rsync to a symlink directory

2002-09-24 Thread Gwendal Stevanazzi
On Mon, 23 Sep 2002, jw schultz wrote: > On Mon, Sep 23, 2002 at 06:03:12PM -0700, Gwendal Stevanazzi wrote: > > > > Here is the structure of my servers : > > > > Source : > > > > /home/test1/link_dir > > sub_dir1 > > file1 > > file2 > >

Re: rsync to a symlink directory

2002-09-23 Thread jw schultz
On Mon, Sep 23, 2002 at 06:03:12PM -0700, Gwendal Stevanazzi wrote: > > Here is the structure of my servers : > > Source : > > /home/test1/link_dir > sub_dir1 > file1 > file2 > ... > sub_dir2 >

rsync to a symlink directory

2002-09-23 Thread Gwendal Stevanazzi
Here is the structure of my servers : Source : /home/test1/link_dir sub_dir1 file1 file2 ... sub_dir2 ... Destination: /home/test2/real_dir sub_dir1