<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 25, 2017 at 7:22 AM, Дугин Сергей <span dir="ltr"><<a href="mailto:drug@qwarta.ru" target="_blank">drug@qwarta.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">%G the gid of the file (decimal) or "DEFAULT"<br>
<br>
Why "DEFAULT"?<br></blockquote><div><br></div><div>The DEFAULT usually indicates that rsync isn't preserving the gid value at all (so it doesn't have any group info for the file) but it can also mean that the receiver doesn't have permission to set that group value.  This can happen if the receiver is not running as root and the desired group isn't in the user's group membership.</div><div><br></div><div>In the case of your options, it looks like you either need to ensure that the receiving rsync is running as root, or (if it is running as an admin user that is not UID 0) tell rsync to assume that it has super-user powers via the --super option.</div><div><br></div><div>..wayne..</div></div></div></div>