Rsync password not working

2005-02-25 Thread Sajida
Hi, I have installed CYGWIN in my windows 2000 prof machine .I want to automate the RSYNC backup .The rsync --password-file=filename doesn't seems to work .If i schedule the backup , the rsync asks for password atthe scheduled time .Please help me to automate the Rsync without asking

Rsync password not working

2005-02-25 Thread Abdul Salam, Sajida (Cognizant)
Title: Rsync password not working Hi, I have installed CYGWIN in my windows 2000 machine .I want to automate the RSYNC backup .The rsync --password-file=filename doesn't seems to work .If i schedule the backup , the rsync asks for password at the scheduled time .Please help me to automate

Re: How to control rsync log?

2005-02-25 Thread Terry Dooher
If I specify this option on a 2.6.3 server config, will it still be effective even if the clients are 2.6.0 (or possibly 2.5.6, I'm still pestering them to upgrade) Terry. Wayne Davison wrote: On Thu, Feb 24, 2005 at 12:35:21PM -0700, [EMAIL PROTECTED] wrote: Is there a way to let rsync server

[Bug 2094] Keep the last-sync time for better two-way synchronization

2005-02-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2094 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: How to control rsync log?

2005-02-25 Thread Wayne Davison
On Fri, Feb 25, 2005 at 12:39:40PM +, Terry Dooher wrote: If I specify this option on a 2.6.3 server config, will it still be effective even if the clients are 2.6.0 (or possibly 2.5.6, I'm still pestering them to upgrade) Yes. It controls what the server does, which is to not allow the

Re: Rsync password not working

2005-02-25 Thread Wayne Davison
On Fri, Feb 25, 2005 at 05:52:16PM +0530, Abdul Salam, Sajida (Cognizant) wrote: The rsync --password-file=filename doesn't seems to work. That option specifies a file that is used when talking to an rsync daemon. If you're using a remote-shell (such as ssh or rsh), you'll need to configure it

[Bug 2240] Add last-match/short-circuit processing of include/exclude

2005-02-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2240 --- Additional Comments From [EMAIL PROTECTED] 2005-02-25 10:05 --- I considered the short-circuit operators (-! and +!) for filter commands, but I am not convinced of their utility. Do you have an example of a real-life situation that

[Bug 2240] Add last-match/short-circuit processing of include/exclude

2005-02-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2240 --- Additional Comments From [EMAIL PROTECTED] 2005-02-25 10:00 --- Created an attachment (id=985) -- (https://bugzilla.samba.org/attachment.cgi?id=985action=view) Add optional last-match parsing Here's a simple patch that allows any

[Bug 1479] request the addition of a --copy-dest option that would copy identical files

2005-02-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1479 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 1508] Using options --modify-window and --password-file cause error in rsync protocol data stream (code 12)

2005-02-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1508 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Additional

[Bug 1476] Unexplained timout at end of file transfer.

2005-02-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1476 --- Additional Comments From [EMAIL PROTECTED] 2005-02-25 12:53 --- I've had rsync problems intermittantly in Gentoo. Gentoo uses rsync within portage package management system. Typically users run emerge sync to update their portage

data set changes

2005-02-25 Thread Dale Bohl
Hi all, Here's my story. I have 3 hosts, 1 remote and 2 local. We'll say for the sake of clarity that h1 is remote and h2 is the local rsync pull host and h3 is also a local host on the net. Using rsync, I want to pull a data set first from h1 to both h2 and h3. The first pull copies all

Re: data set changes

2005-02-25 Thread Wayne Davison
On Fri, Feb 25, 2005 at 04:02:24PM -0600, Dale Bohl wrote: When I run rsync again the next week on h2, I want to write any changes that have occurred to the data set to a sperate directory on h2. Those changes must then be burned to a DVD and then sneakernetted to h3 for an update to the h3

Feature request: Being able specify that the destination should follow source directory structure.

2005-02-25 Thread Hans Deragon
Greetings. If I do this: rsync --hard-links one.server.com::module/somedir/images/redhat/3.0WS/en/os/i386 module/someotherdir/1.0/images/redhat/3.0WS/en/os/i386 /export/distros I get: /export/distros/i386/... and a conflict between the two sources. I want for destination:

[Bug 1476] Unexplained timout at end of file transfer.

2005-02-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1476 --- Additional Comments From [EMAIL PROTECTED] 2005-02-25 16:07 --- The CVS code now handles the case where the generator is taking too long between writes -- it either flushes any buffered data in the output buffer after timeout/2

[Bug 2389] block/character devices on Solaris yield wacky rsync stats

2005-02-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2389 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 1937] timeout in data send/receive

2005-02-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1937 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: Feature request: Being able specify that the destination should follow source directory structure.

2005-02-25 Thread Wayne Davison
On Fri, Feb 25, 2005 at 06:13:53PM -0500, Hans Deragon wrote: Because I want to maintain the hard links, I do not want to run two separate rsync commands to perform this copying. You might be able to use two separate runs and --link-dest to get what you want:

[Bug 2208] cygwin version of rsync sometimes hangs

2005-02-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2208 --- Additional Comments From [EMAIL PROTECTED] 2005-02-25 16:58 --- Has anyone tried commenting out HAVE_SOCKETPAIR from config.h to see if that is the problem? I mentioned somewhere that this seems to be the common case of failure --

[Bug 2357] error when compiling rsync under Windows Services for Unix

2005-02-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2357 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 2328] cygwin rsync hangs when initiated remotely after transfering some files

2005-02-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2328 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Additional

CVS update: rsync

2005-02-25 Thread Wayne Davison
Date: Fri Feb 25 17:08:58 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29682 Modified Files: rsync.c Log Message: Use the new am_starting_up value in who_am_i(). Revisions: rsync.c 1.165 = 1.166

CVS update: rsync

2005-02-25 Thread Wayne Davison
Date: Fri Feb 25 20:28:27 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22374 Modified Files: flist.c Log Message: Don't add st_size from a device to stats.total_size. Revisions: flist.c 1.283 = 1.284

CVS update: rsync

2005-02-25 Thread Wayne Davison
Date: Fri Feb 25 21:58:13 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv13259 Modified Files: io.c Log Message: - Added variable ignore_timeout that lets the generator tell us to ignore a timeout without turning off the timeout-related

CVS update: rsync

2005-02-25 Thread Wayne Davison
Date: Fri Feb 25 22:01:36 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv13575 Modified Files: generator.c Log Message: - Call maybe_send_keepalive() if timeouts are enabled. - Use the new ignore_timeout variable. Revisions: generator.c

CVS update: rsync

2005-02-25 Thread Wayne Davison
Date: Sat Feb 26 02:56:30 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28813 Modified Files: exclude.c Log Message: Fixed a problem sending include rules to an older rsync. Revisions: exclude.c 1.112 = 1.113

CVS update: rsync/testsuite

2005-02-25 Thread Wayne Davison
Date: Sat Feb 26 03:22:05 2005 Author: wayned Update of /data/cvs/rsync/testsuite In directory dp.samba.org:/tmp/cvs-serv3411 Modified Files: exclude.test Log Message: Make sure that our protocol-28 compatibility is OK. Revisions: exclude.test1.15 = 1.16

CVS update: rsync

2005-02-25 Thread Wayne Davison
Date: Sat Feb 26 04:49:30 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv25986 Modified Files: log.c Log Message: The log_delete() function may now be called even when the client is not getting delete messages, which ensures that the daemon's

CVS update: rsync

2005-02-25 Thread Wayne Davison
Date: Sat Feb 26 05:11:46 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv611 Modified Files: NEWS Log Message: Mention the change in when --log-format outputs and how it interacts with --verbose. Revisions: NEWS1.257 = 1.258

CVS update: rsync

2005-02-25 Thread Wayne Davison
Date: Sat Feb 26 05:16:26 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv786 Modified Files: rsync.yo rsync.1 Log Message: - We now mention what %i outputs under --itemize-changes. - Improved the description of --log-format. Revisions: rsync.yo

CVS update: rsync

2005-02-25 Thread Wayne Davison
Date: Sat Feb 26 05:18:03 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv1863 Modified Files: rsyncd.conf.yo rsyncd.conf.5 Log Message: - Moved the description of '%i's output into the rsync manpage. - A few minor tweaks to the log format

CVS update: rsync/patches

2005-02-25 Thread Wayne Davison
Date: Sat Feb 26 05:30:49 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv6572 Modified Files: fname-convert.diff source-cd.diff time-limit.diff Log Message: Fixed failing hunks. Revisions: fname-convert.diff 1.36 = 1.37

CVS update: rsync

2005-02-25 Thread Wayne Davison
Date: Sat Feb 26 06:43:15 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv25251 Modified Files: io.c Log Message: Calling maybe_send_keepalive() for protocol_version 29 is now supported, though we can only try to flush the output buffer if we're

CVS update: rsync

2005-02-25 Thread Wayne Davison
Date: Sat Feb 26 06:52:55 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26384 Modified Files: generator.c Log Message: - Moved the initialization of itemizing, maybe_PERMS_REPORT, and code from recv_generator() to generate_files() so that they