Re: owner and group dont match
On Fri, Mar 16, 2007 at 07:51:47AM -0700, christian.baer wrote: > But I receive the failure when I try to synchronise with the > readynas-system. Did you resend the files to the readynas-system so that they got their owner and group fixed before trying to copy from it? It's the copy to the daemon that requires that the deamon be running as root, otherwise the files on the daemon get set to the ownership of the daemon UID. After sending the files to the daemon, list them on the daemon disk. If they don't have the right user & group there (at least in ID #, even if not in name -- the remote system may not have all the same IDs), then they can't be recovered with full information. > Is it possible that the format of the readynas-harddisks play a role > in this case? It's certainly possible -- if it's losing info, that would make it impossible to recover that lost info. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Re: owner and group dont match
Thanx Wayne, the uid and gid in the config-file were not set properly... but the problem is not fixed anyway. I've tried to rsnyc the files(see top post) between two linux-system, and it worked proper. But I receive the failure when I try to synchronise with the readynas-system. My Idea: Is it possible that the format of the readynas-harddisks play a role in this case? Greets, Christian Wayne Davison-2 wrote: > > On Wed, Mar 14, 2007 at 05:52:14AM -0700, christian.baer wrote: >> Backup-command(running as root): >> rsync -rogt /home/itpbach1 rsync://[EMAIL PROTECTED]/itpbach1 > > If the daemon isn't running as root, it won't save any user info, and > limited group info. See the "uid" and "gid options in the rsyncd.conf > manpage. > > ..wayne.. > -- > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html > > -- View this message in context: http://www.nabble.com/owner-and-group-dont-match-tf3401956.html#a9516007 Sent from the Samba - rsync mailing list archive at Nabble.com. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Re: owner and group dont match
On Wed, Mar 14, 2007 at 05:52:14AM -0700, christian.baer wrote: > Backup-command(running as root): > rsync -rogt /home/itpbach1 rsync://[EMAIL PROTECTED]/itpbach1 If the daemon isn't running as root, it won't save any user info, and limited group info. See the "uid" and "gid options in the rsyncd.conf manpage. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html