On Sun, Jul 10, 2016 at 10:42 PM, John Jason Jordan <[email protected]>
wrote:

> On Sat, 9 Jul 2016 22:42:04 -0700
> John Jason Jordan <[email protected]> dijo:
>
> >But to test it I created a 0 byte file 'test' in the source folder, and
>
> I have discovered something that I should have noticed a long time ago,
> that is, that the entire drive is owned by root. That would explain the
> fact that   the -o --owner and -g --group options are not working in
> rsync, leaving the owner of the files the mysterious user 1026.
> (I'm betting user 1026 is root on my Xubuntu.) "And why is the drive
> owned by root?" you ask. That is because the only way I could mount it
> was with sudo.
>
>

The problem is not quite that the entire drive is owned by root. The
underlying problem is that you are trying to rsync to a windows type file
system. Or probably more correctly what is presented to you as a windows
file system.  This will prevent you from correctly preserving owners and
groups and such because windows has a different notion of such things.   If
you want to preserve those file attributes, you would be better off
mounting the drive as an NFS drive if the Synology allows for that.

Bill
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to