jw schultz wrote:
On Sat, May 31, 2003 at 09:48:47AM +0200, Lapo Luchini wrote:
Actually it seems to me the opposite: it has perms also without -p...
maybe it is the default?
Without -p new files get perms of source as modified by
umask.
Ohhh.
Maybe it's just me, but wouldn't
--p,
On Sat, May 31, 2003 at 01:04:40AM -0700, Harry Putnam wrote:
> Harry Putnam <[EMAIL PROTECTED]> writes:
>
> > But when I run rsync it appear to want to transfer massive numbers of
> > files.
> >
> > rsync -avvzC /root/cvs_buf.t/ /root/base.t 2>&1| tee /root/cvs_buf.test
> > [...]
> > sol/etc/
On Sat, May 31, 2003 at 09:48:47AM +0200, Lapo Luchini wrote:
> Actually it seems to me the opposite: it has perms also without -p...
> maybe it is the default?
Without -p new files get perms of source as modified by
umask.
--
Harry Putnam <[EMAIL PROTECTED]> writes:
> But when I run rsync it appear to want to transfer massive numbers of
> files.
>
> rsync -avvzC /root/cvs_buf.t/ /root/base.t 2>&1| tee /root/cvs_buf.test
> [...]
> sol/etc/SYS_ENV
> [...]
I tested it on a real cvs checked out module and just as I
jw schultz wrote:
Hey cygwiners have you no comment?
I think this is a cygwin limitation. Perms are probably
not supported. With -p it will use whatever perms stat
returned (apparently ). I'm not sure why you are
getting a 0200 mode.
I asked Micheal Oswell for more details because perms ar
Oswell, Michael wrote:
[sorry for the full quote, but I'm CCing the cygwin mailing list too]
I am attempting to use rsync to "mirror" data between several windows 2000
and windows XP systems. I am a UNIX person by nature, so decided the
easiest way to go about doing this would be to use Cygwin wit
Setup: Redhat linux 7.3
rrsync: version 2.5.6 protocol version 27
I'm trying to employ rsync in conjuction with with a cvs setup.
The setup employs a bufffer where changes are made then moved to a
checked out module from cvs repository and finally any cvs actions
necessary are done.
So far j
Hello,
When you synchronize with rsync, how does rsync tell what part of a
sourcefile differs from the destination file?
Rsync does not require a server for this... Can anyone give me a short
answer?
Greetz -- Jurrie
[EMAIL PROTECTED]
--
To unsubscribe or change options: http://
Hi,
I'm not a member of the list, but I think I've run across a (minor)
bug. The rsync web page directed me to this list for bug reports.
Anyway, I've described it below (including a simple test case with exact
commands to reproduce and the output I get from those commands). I hope
this helps.