On 02.03.2013 13:14, Eric Shubert wrote: > I have a situation that I think might be a bug, but would like > someone else to have a look at before I create a report.
... > "$source"/* \ As far as i know rsync, this is your error. Ignoring the current-directory you rsync a bunch of files. IIRC rsync doesn't delete files on the commandline, only files missing in a directory. Personally i nearly always sync complete directories. rsync -av source-dir/ target-dir/ (Notice the slashes at the end) That what is very easy to understand and works "unsurprising". -- Matthias -- 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