RE: scp question - very urgent

2005-07-19 Thread Anderson, Rob (Global Trade)
etween machines. We are using solaris 2.8. Is there any > arguments you can pass to scp command to preserve symbolic link? > > -Original Message- > From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] > Sent: Monday, July 18, 2005 5:57 PM > To: Ant Users List &g

RE: scp question - very urgent

2005-07-19 Thread Srikrishna_Parthasarathy
can pass to scp command to preserve symbolic link? -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Monday, July 18, 2005 5:57 PM To: Ant Users List Cc: [EMAIL PROTECTED] Subject: RE: scp question - very urgent This is an Ant user list. Is your

RE: scp question - very urgent

2005-07-18 Thread Juergen Hermann
On Mon, 18 Jul 2005 14:57:16 -0700, Anderson, Rob (Global Trade) wrote: >This is an Ant user list. Is your question related to Ant? Only in the way that he should use the right tool for the job, which in this case seems to be a combo or and . Why in the world he uses Ant to sync two machine's

RE: scp question - very urgent

2005-07-18 Thread Anderson, Rob (Global Trade)
This is an Ant user list. Is your question related to Ant? -Rob A > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, July 18, 2005 2:11 PM > To: user@ant.apache.org > Cc: [EMAIL PROTECTED] > Subject: RE: scp question - very urg

RE: scp question - very urgent

2005-07-18 Thread Srikrishna_Parthasarathy
ut of disk space Any ideas Thanks srikrishna -Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Monday, July 18, 2005 4:56 PM To: Ant Users List Subject: Re: scp question - very urgent hihi, why don't you just use ant's task anyway with the attr

Re: scp question - very urgent

2005-07-18 Thread Woodchuck
hihi, why don't you just use ant's task anyway with the attribute overwrite="false". this will only copy files that have changed (newer timestamp) as well as new files that exists in the source but not in the target. this task however, will not prune the target for you if the source has deletio