On Fri, Jan 18, 2002 at 02:21:53PM -0500, [EMAIL PROTECTED] wrote:
> Is it possible to rsync through a firewall that requires HTTP basic
> authentication? The RSYNC_PROXY variable seems to correctly direct the
> request to go through the HTTP proxy server on the firewall, but there's no
> way to
Is it possible to rsync through a firewall that requires HTTP basic
authentication? The RSYNC_PROXY variable seems to correctly direct the
request to go through the HTTP proxy server on the firewall, but there's no
way to specify a username/password combo. The error message reported by
rsync is
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
thanks,
this was exactly what I needed !
greets,
pepijn
www.kangaroot.net !!
On Tue, 15 Jan 2002, Dave Dykstra wrote:
> On Tue, Jan 15, 2002 at 10:01:59AM +0100, Palmans Pepijn wrote:
> > Hi,
> >
> > I'm using rsync for a couple of things but I am at a point where I could
> > not find a solu
> Heh.. no sooner than I post this, it gets solved by my
> neighbour... this might help someone else, so here is the
> solution...
> opts='-rav --modify-window=2 --stats --partial --compress --timeout=30
> "localhost::module_name/dir/file with spaces.doc" "/smb/dir/dir with
> spaces/" '
> ev