The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




Thread: copy diff files
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 07-15-2006
Hitori's Avatar
Hitori Hitori is offline Forum Advisor  
Registered User
  
 

Join Date: Jun 2006
Posts: 360
I think unison is too "heavy" for my purposes. I need not to work with CVS or SVN, also all files may be considered as binary (i.e. no patches based on their content, files must be just replaced with newer).
I thought that I can make a list of files on one computer (with find/ls/stat or so) and feed this list to the tar on other computer to make an archve with new files. Is this possible?