Question about --files-from= and folder structure

Wayne Davison wayned at samba.org
Sun Jan 5 12:36:14 MST 2014


On Fri, Jan 3, 2014 at 12:39 PM, Bill Dorrian <dorrian.2009 at 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..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20140105/90a421aa/attachment.html>


More information about the rsync mailing list