aspose file tools
The moose likes Linux / UNIX and the fly likes copy difference file from one server to another Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "copy difference file from one server to another" Watch "copy difference file from one server to another" New topic
Author

copy difference file from one server to another

amol Bhandwale
Greenhorn

Joined: Jul 12, 2010
Posts: 4
Hi All,

I have following scenario.

On WEB1 there is a folder /usr/share/Shipment_Doc

On WEB2 there is a folder /usr/share/Shipment_Doc

On WEB2 there are some files which are not present on WEB1.

I want a script copy those file which are not present on WEB1 from WEB2.


Thanks,
Amol.




Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24040
    
  13

If this is something you need to do on a regular basis, check out "rsync" (type "man rsync".)


[Jess in Action][AskingGoodQuestions]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: copy difference file from one server to another
 
Similar Threads
Apache virtual Host Problem
Context Paths in web clients of enterprise applications
classpath for multiple web application.
The Standard J2EE Build Script
websphere assembly and deployment question