Re: Web page link to latest changes in CVS (NEWS file)

2005-04-07 Thread Wayne Davison
On Thu, Apr 07, 2005 at 08:11:26PM -0500, John Van Essen wrote: > I think it would be very useful to have, on rsync's bug-tracking web page, > a link to the NEWS file from CVS so that rsync users can read about bugs > fixed or features added in the next as-yet-unreleased version of rsync. Sure --

Web page link to latest changes in CVS (NEWS file)

2005-04-07 Thread John Van Essen
Wayne, I think it would be very useful to have, on rsync's bug-tracking web page, a link to the NEWS file from CVS so that rsync users can read about bugs fixed or features added in the next as-yet-unreleased version of rsync. This link does the trick: http://rsync.samba.org/ftp/unpacked/rsync

[Bug 2583] New: rsync fails with "authentication failure"

2005-04-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2583 Summary: rsync fails with "authentication failure" Product: rsync Version: 2.6.4 Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P3 Co

Re: Synchronise trees

2005-04-07 Thread Wayne Davison
On Thu, Apr 07, 2005 at 06:07:57PM +0200, Paul Slootman wrote: > Another possibility is --link-dest to build a new tree in parallel. > That's what we do for a local Debian mirror. This is the approach taken by the "atomic-rsync" script in the "support" subdir in the source. It uses --link-dest fo

Re: rsync, --cvs-exclude option.

2005-04-07 Thread Wayne Davison
On Wed, Apr 06, 2005 at 11:54:51PM -0700, Wayne Davison wrote: > The one thing that it doesn't mention is that rsync will not know about > any exceptions made to cvs's default ignore rules (which could only be > discovered by reading the names in the CVS/Entries file -- something > that rsync doesn

RE: backup option

2005-04-07 Thread Chimento, Douglas
Thanks for quick turn around. I will test it out and let you know the results. -Original Message- From: Wayne Davison [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 3:13 AM To: Chimento, Douglas Cc: rsync@lists.samba.org Subject: Re: backup option On Wed, Apr 06, 2005 at 05:4

Re: Synchronise trees

2005-04-07 Thread Paul Slootman
On Thu 07 Apr 2005, Eugene Kramer wrote: > take a look at --delay-updates option at > http://rsync.samba.org/ftp/rsync/rsync.html: Another possibility is --link-dest to build a new tree in parallel. That's what we do for a local Debian mirror. Paul Slootman -- To unsubscribe or change options:

Re: Synchronise trees

2005-04-07 Thread Eugene Kramer
take a look at --delay-updates option at http://rsync.samba.org/ftp/rsync/rsync.html: On Apr 7, 2005 5:32 AM, manchmal <[EMAIL PROTECTED]> wrote: > It would be nice if rsync has the abiltiy to sync a directory full of > files with another directory full of files - but only to update the > local

Synchronise trees

2005-04-07 Thread manchmal
It would be nice if rsync has the abiltiy to sync a directory full of files with another directory full of files - but only to update the local directory once the sync had finished. Example: Say you run a mirror of the fedora rawhide rpm repository, and you run an rsync with the master during the

Re: backup option

2005-04-07 Thread Wayne Davison
On Wed, Apr 06, 2005 at 05:42:19PM -0400, Chimento, Douglas wrote: > I have question about the behavior of --backup-dir with > --delete-after option. You've discovered a bug in generator.c. It is fixed by this patch: --- generator.c 5 Apr 2005 20:08:51 - 1.198 +++ generator.c 7 A

Re: rsync, --cvs-exclude option.

2005-04-07 Thread Wayne Davison
On Thu, Apr 07, 2005 at 02:28:03AM +0530, Molumuri, Janardhan wrote: > But --cvs-exclude means excluding only CVS dir right This reveals that you haven't read the man page -- please give it a try. http://rsync.samba.org/ftp/rsync/rsync.html The one thing that it doesn't mention is that rsync