He have a new solaris box. So the new box doesn't contain existing
directories ....i have to create like

/opt/bea
/opt/weblogic
/opt/oracle

what is the best way to do this ? By the way by scp command loses
symbolic link copies....from the old box to the new box.I tried tar but
it is going out 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 <copy> 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 deletions...

woodchuck


--- [EMAIL PROTECTED] wrote:

> 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 
> 
> 



                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to