RE: Permissions Problems Problem solved!

2003-12-22 Thread John Davis
I had forgotten to set the permissions on the upload folder on the remote server. Once I set the perms correctly, it worked. Thanks to everyone for the help! -Original Message- Here's my command copied from a shell script:\ rsync --verbose --progress --stats --compress --rsh=/usr/bi

Re: Permissions Problems

2003-12-22 Thread Tomasz Ciolek
On Mon, Dec 22, 2003 at 02:16:21PM -0800, Chuck Wolber wrote: > > Here's my command copied from a shell script:\ > > > > rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh > > --recursive --times --perms --links \ > > /home/* [EMAIL PROTECTED]:/remotebackups/ > > It looks like you

Re: Permissions Problems

2003-12-22 Thread Chuck Wolber
> Here's my command copied from a shell script:\ > > rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh > --recursive --times --perms --links \ > /home/* [EMAIL PROTECTED]:/remotebackups/ It looks like you don't have the --delete in there (which you should have to keep identical

Re: Permissions Problems

2003-12-22 Thread jw schultz
On Mon, Dec 22, 2003 at 11:45:50AM -0800, John Davis wrote: > Here's my command copied from a shell script:\ > > rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh > --recursive --times --perms --links \ > /home/* [EMAIL PROTECTED]:/remotebackups/ > > Here's some (a small part) of

Re: Permissions Problems

2002-01-18 Thread Dave Dykstra
Not true, Tim. I just tried it, and if the file on the destination side is newer than on the source, the permissions of the source will not be propigated to the destination. No, the answer is easily found if you grep for "update_only" in the rsync source code. It is only used in one place to de

Re: Permissions Problems

2002-01-17 Thread tim . conway
Doug: you're not doing anything wrong, from your description. You'll find that if you change the mode on a file on the source that's already identical to its counterpart on the destination, that change will be propogated as well. Changing mode of a directory has no effect on the modes of it