Platform variations with --exclude-from

2013-05-27 Thread Joseph L. Casale
On Linux, an rsync command and exclude_file contents of: # cat exclude_file /etc/alsa # rsync -a --delete --delete-excluded --exclude-from=exclude_file /etc server::module properly excludes /etc/alsa but not any file within /etc's directories that is named alsa. On Windows I don't seem to be

Re: Platform variations with --exclude-from

2013-05-27 Thread Paul Slootman
On Mon 27 May 2013, Joseph L. Casale wrote: On Linux, an rsync command and exclude_file contents of: # cat exclude_file /etc/alsa # rsync -a --delete --delete-excluded --exclude-from=exclude_file /etc server::module properly excludes /etc/alsa but not any file within /etc's directories

[Bug 9908] New: The report of the difference between the source and the destination

2013-05-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=9908 Summary: The report of the difference between the source and the destination Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW

RE: Platform variations with --exclude-from

2013-05-27 Thread Joseph L. Casale
On Linux, an rsync command and exclude_file contents of: # cat exclude_file /etc/alsa # rsync -a --delete --delete-excluded --exclude-from=exclude_file /etc server::module properly excludes /etc/alsa but not any file within /etc's directories that is named alsa. Here the exclude

Re: Any plans for a 3.1.0 release(-date)?

2013-05-27 Thread Wayne Davison
On Sun, May 19, 2013 at 4:20 PM, Matthias Schniedermeyer m...@citd.de wrote: If i'm reading git right(git log v3.0.9..) the development branch that will eventually result in 3.1.0 is nearly 5 years in the making. Ouch -- it's taken far too long, hasn't it? I've been working towards a release

[Bug 9908] The report of the difference between the source and the destination

2013-05-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=9908 Wayne Davison way...@samba.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 9798] rsync crash with SIGSEGV when read time out happens

2013-05-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=9798 --- Comment #5 from Wayne Davison way...@samba.org 2013-05-27 18:35:56 UTC --- I asked you to test the fix. Either grab the git version or the latest nightly tar file. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email

[Bug 9798] rsync crash with SIGSEGV when read time out happens

2013-05-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=9798 --- Comment #6 from Vijay Nag viju...@gmail.com 2013-05-27 18:41:28 UTC --- (In reply to comment #5) I asked you to test the fix. Either grab the git version or the latest nightly tar file. Tested ok. -- Configure bugmail:

[Bug 9798] rsync crash with SIGSEGV when read time out happens

2013-05-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=9798 Vijay Nag viju...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

Re: Any plans for a 3.1.0 release(-date)?

2013-05-27 Thread Dave Taht
On Mon, May 27, 2013 at 11:32 AM, Wayne Davison way...@samba.org wrote: On Sun, May 19, 2013 at 4:20 PM, Matthias Schniedermeyer m...@citd.dewrote: If i'm reading git right(git log v3.0.9..) the development branch that will eventually result in 3.1.0 is nearly 5 years in the making. Ouch