Re: owner and group dont match

2007-03-16 Thread Wayne Davison
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

Re: owner and group dont match

2007-03-16 Thread christian.baer
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 po

Re: owner and group dont match

2007-03-14 Thread Wayne Davison
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 rsync

Re: owner and group

2007-02-08 Thread Paul Slootman
On Thu 08 Feb 2007, Tony Abernethy wrote: > -a gets several options you probably want (in particular -o and -g) -a is an alias for --archive, which is what Hans is using according to his message. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

RE: owner and group

2007-02-08 Thread Tony Abernethy
-a gets several options you probably want (in particular -o and -g) (from man rsync) -a, --archive archive mode, equivalent to -rlptgoD -r, --recursive recurse into directories -l, --links copy symlinks as symlinks -p, --pe

Re: Owner and group

2003-01-27 Thread jw schultz
On Mon, Jan 27, 2003 at 11:25:38AM +0100, Jean-Hugues BELPOIS wrote: > Hi all, > > When i use rsync with on the server : > > motd file = /etc/rsyncd.motd > log file = /var/log/rsyncd.log > pid file = /var/run/rsyncd.pid > lock file = /var/run/rsync.lock > > [filieres] > path = /home2 >