Ignore Owner and group at destination

Matt McCutchen matt at mattmccutchen.net
Fri May 16 16:50:09 GMT 2008


On Fri, 2008-05-16 at 09:43 -0700, Meeaz wrote:
> Is there a way we could transfer files and force rsync not to look for
> the same user:group as host on the destination?

If you mean you want destination files to take on the user/group of the
receiving rsync process instead of the source user/group, then simply
omit the -og options, or subtract them from -a by passing --no-o --no-g
after the -a.

Matt



More information about the rsync mailing list