Re: Diff problem

2007-11-21 Thread alex loutrbringa'
]: I would like to elaborate a bit on Paul's response: On Tue, 2007-11-20 at 18:10 +0100, alex loutrbringa' wrote: When i launch my rsync command with -i option, i see all my binary files like this : - f..T downloads/binaries/binaryv2.cpt.zip

Re: Diff problem

2007-11-20 Thread alex loutrbringa'
? Thanks again. 2007/11/18, Matt McCutchen [EMAIL PROTECTED]: On Fri, 2007-11-16 at 16:37 +0100, alex loutrbringa' wrote: Until know i synchronized a few directories full of binaries with --checksum options, it took each time a lot of time since rsync mdsum each file contained in my

Diff problem

2007-11-16 Thread alex loutrbringa'
Hi everybody, Until know i synchronized a few directories full of binaries with --checksum options, it took each time a lot of time since rsync mdsum each file contained in my directories. Then I decided to skip --checksum option to let rsync work only of files size and files mtime and speed up

Problem with --exclude command

2007-11-15 Thread alex loutrbringa'
Hi everybody, i want to exclude a set of directories of a rsync synchronization but i have a problem : --- serv-dev:~/scripts_Admin# RSYNC_PASSWORD= /usr/bin/rsync -vv --checksum --recursive --links --exclude .svn/ --exclude test/ /var/www/ssl/ [EMAIL