Re: --dry-run reliability ?

2014-06-14 Thread daitheflu
Hi Kevin, hi list, First, thanks a lot for your answer. I'm not really sure I understand why a cp -al + rsync works where rsync alone doesn't, but I gave it a try and it seems it solved my issue. Well, mostly : What I did : 1. cd /path/to/backups 2. cp -al ./backupWithOldACL ./backupWithNewAC

Re: --dry-run reliability ?

2014-06-14 Thread François
Le samedi 14 juin 2014, 20:41:14 Kevin Korb a écrit : > The difference is pretty simple. An ACL (or permissions or ownership) > change does not require the transfer of a file only a change to the > file's attributes. Therefore it does not affect the transfer size. > > When you use the cp -al the

Re: --dry-run reliability ?

2014-06-14 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The difference is pretty simple. An ACL (or permissions or ownership) change does not require the transfer of a file only a change to the file's attributes. Therefore it does not affect the transfer size. When you use the cp -al then rsync method rs

Re: --dry-run reliability ?

2014-06-14 Thread François
Hi Kevin, hi list, First, thanks a lot for your answer. I'm not really sure I understand why a cp -al + rsync works where rsync alone doesn't, but I gave it a try and it seems it solved my issue. Well, mostly : What I did : 1. cd /path/to/backups 2. cp -al ./backupWithOldACL ./backupWithNewAC

Re: rsync compilation may find the system zlib before the included one

2014-06-14 Thread Wayne Davison
On Sat, Jun 14, 2014 at 6:21 AM, Mojca Miklavec wrote: > but the configuration makes sure that "-I." comes first, while it doesn't > make sure that the zlib include comes in front of the rest of the flags. > True. I moved both -Ipopt and -Izlib early in the CFLAGS in configure. Thanks for testi

rsync compilation may find the system zlib before the included one

2014-06-14 Thread Mojca Miklavec
Hi, I'm trying to compile rsync 3.1.1pre2 on OS X with CFLAGS=-I/opt/local/include. The consequence of this is that rsync fails to build: /usr/bin/clang -I. -I. -pipe -Os -I/opt/local/include -arch x86_64 -DHAVE_CONFIG_H -Wall -W -I./zlib -I/opt/local/include -c token.c -o token.o token.c:420:2