On Sat, 03 Jun 2006 10:16:35 +1000, Grant wrote:
> On Fri, 02 Jun 2006 20:52:20 GMT, Augustus SFX van Dusen
> <(E-Mail Removed)> wrote:
>
>> I am trying to use rsync to create backups on a USB key connected to a
>>Linux box A. The files being backed up are both local to A, and remote,
>>on other Linux boxes B, and C running rsync in daemon mode.
>>
>> The rsync client on A in charge of initiating the backup is launched by
>>root. The problem that I have encountered is that some files in B and C
>>are owned by some non-root users, and with read permission set for the
>>owner of the files alone. The rsync client on A just complains that it
>>can't read (and copy) such files.
>
> Just give the users a common group, with rw perms, that's what groups are
> for
.
I don't think that would work, for the files I am talking about are not
accessible in any way by any ordinary users other than their owners.
Thanks for your suggestion though.