DO NOT REPLY [Bug 2208] cygwin version of rsync sometimes hangs

2006-06-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2208 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment

Exclude again

2006-06-29 Thread Andrew Hodgson
Title: Exclude again Hi, I can't get the exclude in my Rsync statements to work quite right. I have: rsync -avz --delete-after --exclude-from=/cygdrive/d/exclude.job 10.1.1.11::ddrive /cygdrive/d/backup The exclude file contains: - /bin - /endofdaybin I want the directories above to be

rsync and symbolic links

2006-06-29 Thread Victor Shoup
Is this a known issue? rsync does not always preserve dates and permissions on symbolic links, and while the -i option indicates it is trying to bring things in sync, it does not. Maybe between OS's that have sufficiently different implementations, this is not possible. -- To unsubscribe or

Re: rsync and symbolic links

2006-06-29 Thread Matt McCutchen
On 6/29/06, Victor Shoup [EMAIL PROTECTED] wrote: Is this a known issue? rsync does not always preserve dates and permissions on symbolic links, and while the -i option indicates it is trying to bring things in sync, it does not. Hm. Some operating systems (such as BSD) support setting

Re: Exclude again

2006-06-29 Thread Matt McCutchen
Your command and your exclude file are both correct. I set up a similar scenario of pulling the root directory of a module with an exclude file, and the excludes worked correctly for me; I don't know why they aren't working for you. Perhaps you could upgrade rsync if you aren't already using