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 Status: NEW Severity: major Priority: P5 Component: core Assignee: way...@samba.org Reporter: teo8...@gmail.com QA Contact: rsync...@samba.org rsync -avzL --no-o --no-g ./* u...@example.org:~/path/to/folder Expected: Either it should copy transfer all files in the current directory and subdirectories recursively, including hidden files (i.e. whose name starts with a dot) or it may omit by default all hidden files, from both the current directory and the subdirectories, and you could use an --include rule to explicitly include hidden files (or there may exist a dedicated option). Observed: hidden files (whose name starts with a dot) in the current directory are not sent. However, hidden files in all the subdirectory *are* transferred. That's inconsistent and doesn't make any sense. -- 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 list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html