Displaying 20 results from an estimated 60000 matches similar to: "CVS update: rsync"
2006 Mar 02
1
Rsync 2.6.7pre3 released
I've just released rsync 2.6.7pre3 -- the third, and (hopefully) final
pre-release version of the 2.6.7 release. Please test this out and
email the rsync mailing list with any questions, comments, bug reports,
etc. Thanks!
You can download the tar file and its signature from here:
http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre3.tar.gz
2006 Mar 02
1
Rsync 2.6.7pre3 released
I've just released rsync 2.6.7pre3 -- the third, and (hopefully) final
pre-release version of the 2.6.7 release. Please test this out and
email the rsync mailing list with any questions, comments, bug reports,
etc. Thanks!
You can download the tar file and its signature from here:
http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre3.tar.gz
2007 Jun 30
2
checksum-xattr.diff [CVS update: rsync/patches]
On 6/30/07, Wayne Davison <wayned@samba.org> committed:
> Added Files:
> checksum-xattr.diff
> Log Message:
> A simple patch that lets rsync use cached checksum values stored in
> each file's extended attributes. A perl script is provided to create
> and update the values.
Wayne,
You should be aware of two drawbacks of caching checksums in xattrs:
First,
2007 Mar 04
1
CVS update: rsync
On 3/2/07, Wayne Davison <wayned@samba.org> wrote:
> Make the auto-generated protect filters use the perishable flag so
> that they don't stop a vanished directory from being removed.
1. I don't think the --backup rule should be perishable. If I delete
an entire directory from the source, I would expect the receiver to
back up the files inside and not discard the backups just
2014 Jul 16
2
[Bug 10719] New: Error with cached effective process gid
https://bugzilla.samba.org/show_bug.cgi?id=10719
Summary: Error with cached effective process gid
Product: rsync
Version: 3.1.1
Platform: x64
OS/Version: FreeBSD
Status: NEW
Severity: major
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: oleg at mamontov.net
2003 Jan 28
0
Announcing rsync release 2.5.6
Rsync release 2.5.6 is now available at
http://ftp.samba.org/ftp/rsync/rsync-2.5.6.tar.gz
ftp://ftp.samba.org/pub/rsync/rsync-2.5.6.tar.gz
rsync://ftp.samba.org/ftp/rsync/rsync-2.5.6.tar.gz
There is a '.sig' file at corresponding URLs with a gpg signature; the
public key is available on the pgp keyservers.
NEWS for rsync version 2.5.6, aka the dwd-between-jobs release
Changes
2011 Jun 01
12
[Bug 8201] New: rsync 3.0.8 destroys SELinux security context of symbolic links
https://bugzilla.samba.org/show_bug.cgi?id=8201
Summary: rsync 3.0.8 destroys SELinux security context of
symbolic links
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2008 Mar 03
2
DO NOT REPLY [Bug 5301] New: rsync 3.0.0 copyright dates not updated to 2008
https://bugzilla.samba.org/show_bug.cgi?id=5301
Summary: rsync 3.0.0 copyright dates not updated to 2008
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: michael@usg.edu
2016 Jan 23
0
LGPL relicense port of rsync
Hi,
from my point of view:
On Sat, 9 Jan 2016 14:48:09 +0100
Per Lundqvist <perlundq at gmail.com> wrote:
> ...
> > Getting the approval for a relicensing I think the contributions to
> > rsync have to be analyzed in detail to approach a reasonable number of
> > contributors.
> >
> > I experienced that finding a responsible person that is willing to
>
2004 Jan 02
0
rsync 2.6.0 (final) released
I've released version 2.6.0 of rsync. Two important things to note
in the new release:
1. The default remote shell is now "ssh" unless you tell
the configure you want to use something else.
2. Some bug fixes in the include/exclude code, while making
things work properly, have resulted in some user-visible
changes for certain wildcard strings. Read the
2006 Feb 19
2
Rsync 2.6.7pre2 released
I've just released rsync 2.6.7pre2 -- the second pre-release version of
the imminent 2.6.7 release. Please test this out and email the rsync
mailing list with any questions, comments, bug reports, etc. Thanks!
You can download the tar file and its signature from here:
http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre2.tar.gz
http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre2.tar.gz.asc
2006 Feb 19
2
Rsync 2.6.7pre2 released
I've just released rsync 2.6.7pre2 -- the second pre-release version of
the imminent 2.6.7 release. Please test this out and email the rsync
mailing list with any questions, comments, bug reports, etc. Thanks!
You can download the tar file and its signature from here:
http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre2.tar.gz
http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre2.tar.gz.asc
2007 Jan 15
3
CVS rsync hangs during local copy
Dear rsync people (particularly Wayne),
I am finding that the CVS version of rsync hangs during most, but not
all, local copies. The problem goes away if I pass --protocol=29, so
I'm guessing it is related to the incremental file-list sending.
The hanging seems to be timing-dependent. Increasing the verbosity
level seems to increase the chance of a hang. If I run rsync
repeatedly with the
2011 May 29
1
[Bug 8183] New: rsync 3.0.8 can't modify read-only directories created on the same run
https://bugzilla.samba.org/show_bug.cgi?id=8183
Summary: rsync 3.0.8 can't modify read-only directories created
on the same run
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at
2014 Jan 01
3
[Bug 10356] New: Include rsync-no-vanished support script
https://bugzilla.samba.org/show_bug.cgi?id=10356
Summary: Include rsync-no-vanished support script
Product: rsync
Version: 3.1.1
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: jakobunt at gmail.com
2002 May 17
0
Improving the rsync protocol (RE: Rsync dies)
Wayne: If anybody can make that work, I'd bet you could. The basic rsync
algorythm is in place, so as you say, it would mostly be a matter of list
generation. You'd have to hold on to any files with <1 link, in a
seperate list, to find all the linkage relationships, which could grow a
bit, but it does sound more efficient. Maybe a third pipe to send the
files over as you go?
2002 Oct 16
0
Fwd: Re: HELP !!! Problem with file timestamps updating "weird" during rsync data pull
>Date: Wed, 16 Oct 2002 14:26:46 -0500
>To: Wayne Davison <wayned@users.sourceforge.net>
>From: Sean O'Neill <sean@seanoneill.info>
>Subject: Re: HELP !!! Problem with file timestamps updating "weird" during
>rsync data pull
>Cc: rsync@lists.samba.org
>
>At 12:10 PM 10/16/2002 -0700, Wayne Davison wrote:
>>On Wed, Oct 16, 2002 at 01:36:10PM
2019 May 16
0
[Bug 13953] New: error message instead of --stats informations (in case of vanished files), using rsync 3.1.1 and rsync 3.0.9
https://bugzilla.samba.org/show_bug.cgi?id=13953
Bug ID: 13953
Summary: error message instead of --stats informations (in case
of vanished files), using rsync 3.1.1 and rsync 3.0.9
Product: rsync
Version: 3.1.1
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2013 Jul 03
2
[Bug 9995] New: Rsync 3.1 dev :
https://bugzilla.samba.org/show_bug.cgi?id=9995
Summary: Rsync 3.1 dev :
Product: rsync
Version: 3.1.0
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: dochitoai.vu at ladhyx.polytechnique.fr
2011 Jun 19
1
[Bug 8246] New: rsync hangs with --hard-links and unreadable files
https://bugzilla.samba.org/show_bug.cgi?id=8246
Summary: rsync hangs with --hard-links and unreadable files
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: cgdennis at