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 -->
  #2 (permalink)  
Old 07-14-2006
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,805
As an aside How about unison?

tar the files onto the DVD and then later off onto a disk working directory to preserve file metadata. Use stat to write filenames and mtimes to a file that lives in a safe place. Run unison or whatever to get the files in sync. Then burn a new DVD only with files from the working directory that have different mtimes than the before snapshot, based on the file with mtimes.

If the two systems support ssh, you can run unison under ssh through dialup. unison is very efficient and only moves the deltas of file data, not usually whole files. It may not be what you'd want but it's worth a look. Better than the sneaker network.
(meaning carrying disks back and forth between computers)