Re: Permissions problem I don't understand

2005-11-30 Thread Alan Chandler
On Wednesday 30 Nov 2005 23:30, Matt McCutchen wrote: > On Wed, 2005-11-30 at 18:33 +, Alan Chandler wrote: > > Now I realise the problem I have examined what I am trying to see what > > cgywin says about the directories on the laptop by running a bash shell > > and ls -l from it. It says all

Re: Permissions problem I don't understand

2005-11-30 Thread Matt McCutchen
On Wed, 2005-11-30 at 18:33 +, Alan Chandler wrote: > Now I realise the problem I have examined what I am trying to see what cgywin > says about the directories on the laptop by running a bash shell and ls -l > from it. It says all the "Standard" directories (such as "My Documents") all > h

Re: Permissions problem I don't understand

2005-11-30 Thread Alan Chandler
On Tuesday 29 Nov 2005 16:28, Wayne Davison wrote: > This is an error from your OS, so it I have no way to discern (without > probing your system) what reason the rename() call has for failing. > The options you gave should cause rsync to try to rename this file: > > "/bak/rabbit/backup/My Doc

Re: Permissions problem I don't understand

2005-11-29 Thread Wayne Davison
On Sat, Nov 19, 2005 at 10:29:01AM +, Alan Chandler wrote: > rsync: keep_backup failed: "/backup/My Documents/test.file" (in rabbit) -> > "/archive/test.file": Permission denied (13) This is an error from your OS, so it I have no way to discern (without probing your system) what reason the re

Re: Permissions problem I don't understand

2005-11-21 Thread Alan Chandler
Paul Slootman writes: On Sat 19 Nov 2005, Alan Chandler wrote: my rsyncd.conf file sets the gid and uid to user backup.backup thusly:- syslog facility = daemon uid = backup gid = backup hosts allow = 192.168.0.0/24 hosts deny = 0.0.0.0/0 timeout = 600 read only = false [rabbit] Move the

Re: Permissions problem I don't understand

2005-11-21 Thread Paul Slootman
On Sat 19 Nov 2005, Alan Chandler wrote: > my rsyncd.conf file sets the gid and uid to user backup.backup thusly:- > > syslog facility = daemon > uid = backup > gid = backup > hosts allow = 192.168.0.0/24 > hosts deny = 0.0.0.0/0 > timeout = 600 > read only = false > > [rabbit] Move the "read o

Re: Permissions problem I don't understand

2005-11-20 Thread Alan Chandler
On Sunday 20 Nov 2005 16:32, you wrote: > On 11/19/05, Alan Chandler <[EMAIL PROTECTED]> wrote: > > [...] > > > > rsync -axq --modify-window=2 --delete --exclude=Mail/ --backup > > --backup-dir=/archive ~/My\ Documents/ roo.home::rabbit/backup/My\ > > Documents/ > > > > and get the following error