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
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
> 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
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
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
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