[Bug 11544] doesn't copy files starting with "." in the current directory

2015-10-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11544 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 11544] doesn't copy files starting with "." in the current directory

2015-10-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11544 --- Comment #2 from teo8...@gmail.com --- And could you explain how that is the expected behavior? -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the

[Bug 11544] doesn't copy files starting with "." in the current directory

2015-10-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11544 --- Comment #1 from Kevin Korb --- Drop the * in your source parameter. -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing

[Bug 11544] New: doesn't copy files starting with "." in the current directory

2015-10-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11544 Bug ID: 11544 Summary: doesn't copy files starting with "." in the current directory Product: rsync Version: 3.1.1 Hardware: All OS: Linux

[Bug 11544] doesn't copy files starting with "." in the current directory

2015-10-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11544 --- Comment #3 from Kevin Korb --- Simple... source == copy the source directory source/ == copy the contents of the directory source/* == copy everything that your shell globs that wildcard into. IOW, ./* won't copy