Re: [HELP] Rsync to remote machine sometimes produces different binaries

2005-02-05 Thread Wayne Davison
On Sat, Feb 05, 2005 at 11:12:37AM +0100, Michael Gasch wrote: > after rsyncing both machines, some files differ ! > i verified these differences with "diff", hexdump and "md5sum" By default, rsync considers a file to be the same if it has the same size and the same modified-time, so it is possibl

Re: [HELP] Rsync to remote machine sometimes produces different binaries

2005-02-05 Thread Michael Gasch
[update] at the moment there're just .xls documents, which have this behaviour hope this helps!!! Michael Gasch wrote: hi, i'm using machine 1 (SuSE 9.0 32Bit): rsync 2.6.2 (from SuSE RPM) machine 2 (SuSE 9.1 64Bit): rsync 2.6.2 (from SuSE RPM) my command looks like the following: /usr/bin/rsync -W

[HELP] Rsync to remote machine sometimes produces different binaries

2005-02-05 Thread Michael Gasch
hi, i'm using machine 1 (SuSE 9.0 32Bit): rsync 2.6.2 (from SuSE RPM) machine 2 (SuSE 9.1 64Bit): rsync 2.6.2 (from SuSE RPM) my command looks like the following: /usr/bin/rsync -W --progress --rsync-path=/usr/local/bin/rsync -e ssh --delete --force -av /data/ machine2:/data/machine1/ after rsync