| 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
|
|
|
If this is something you need to do on a regular basis, check out "rsync" (type "man rsync".)
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: copy difference file from one server to another
|
|
|