On Fri, Jan 3, 2014 at 12:39 PM, Bill Dorrian <dorrian.2...@comcast.net>wrote:

> The script that I'm running works - sort of - in that it syncs the files;
> but it syncs their parent directories too, which I'm trying to avoid.


--files-from implies -R (--relative), which tells rsync to include the path
info.  If you don't want that, follow that option with --no-R
(--no-relative).

..wayne..
-- 
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

Reply via email to