On Mon, 2011-02-07 at 21:04 -0500, Y z wrote: > Wondering why rsync isn't copying hidden files. I thought (google told me so) > that rsync doesn't treat dot files specially.
> command: > # rsync -azPv * 10.1.1.1:/u2/ubuntu/ Rsync doesn't treat them specially, but your shell wildcard does. Consider passing "." as the source instead. -- Matt -- 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