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
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
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
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
I am trying to recursively copy dir 's from one machine to another...
I issue the command from the old itappstage machine
Scp -p -r weblogic [EMAIL PROTECTED]:/opt
what is the best way to check if the no of files in the new machine
matches the one with the old.
Eager to
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
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