Is it possible to copy only files not existing in the destination?

2001-12-16 Thread John Evoy

Hi all rsync gurus

Is it possible to copy only files that do not exist in the destination but 
NOT to update existing files even if their date is older than source files' 
date.

The background of the question is that we have an environment (Lotus Domino) 
that makes it difficult to create new files but after they are created they 
are easy to keep in sync.


J

_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx





Re: Is it possible to copy only files not existing in the destination?

2001-12-17 Thread tim . conway

cd destdir
find . -type f -print >/tmp/excludelist
rsync -a --exclude-from=/tmp/excludelist srcserver:/srcdir/ .

Tim Conway
[EMAIL PROTECTED]
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(, 
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), 
".\n" '
"There are some who call me Tim?"




"John Evoy" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
12/16/2001 11:34 AM

 
To: [EMAIL PROTECTED]
cc: (bcc: Tim Conway/LMT/SC/PHILIPS)
    Subject:    Is it possible to copy only files not existing in the 
destination?
Classification: 



Hi all rsync gurus

Is it possible to copy only files that do not exist in the destination but 

NOT to update existing files even if their date is older than source 
files' 
date.

The background of the question is that we have an environment (Lotus 
Domino) 
that makes it difficult to create new files but after they are created 
they 
are easy to keep in sync.


J

_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx