I have released rsync 3.2.3. It contains a smattering of bug fixes and various enhancements. To see a summary of all the recent changes, visit this link: https://rsync.samba.org/ftp/rsync/NEWS#3.2.3 You can download the source tar file and its signature from here: https://rsync.samba.org/ftp/rsync/rsync-3.2.3.tar.gz https://rsync.samba.org/ftp/rsync/rsync-3.2.3.tar.gz.asc See the website for other downloads, including diffs, patches, etc.: https://rsync.samba.org/ See also rsync on github: https://github.com/WayneD/rsync ..wayne.. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20200806/43405302/attachment.htm>
Rsync 3.2.2 ransfer rate on my pet hardware is really poor, so every improvement counts. I noted that rsync writes a gmon file on the source path and leaves it there when it terminates. When the source path is read-only, rsync complains that it cannot write in it. For optimal use of the input bus, no write commands should be used there. Can you look into it? Also, I have 12GB of cache in ecc ram that rsync is not using. I can tell because I see frantic io from the leds of the disks when rsync is the only running process. Can you add an option to maximise the use of ram cache? Thank you! -------- Original Message -------- On 7 Aug 2020, 07:15, Wayne Davison via rsync < rsync at lists.samba.org> wrote: I have released rsync 3.2.3. It contains a smattering of bug fixes and various enhancements. To see a summary of all the recent changes, visit this link: [https://rsync.samba.org/](<a href=)ftp/rsync/NEWS#3.2.3">https://rsync.samba.org/ftp/rsync/NEWS#3.2.3 You can download the source tar file and its signature from here: [https://rsync.samba.org/](<a href=)ftp/rsync/rsync-3.2.3.tar.gz">https://rsync.samba.org/ftp/rsync/rsync-3.2.3.tar.gz [https://rsync.samba.org/](<a href=)ftp/rsync/rsync-3.2.3.tar.gz">https://rsync.samba.org/ftp/rsync/rsync-3.2.3.tar.gz.asc See the website for other downloads, including diffs, patches, etc.: https://rsync.samba.org/ See also rsync on github: https://github.com/WayneD/rsync ..wayne.. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20200807/4a08862c/attachment.htm>
Hi Wayne, I see that a couple of patches from the rsync-patches tar have disappeared, like acls.diff or xattrs.diff yet I don't see the changes in the code. Is there a reason for their removal? Were they applied differently on the code and are no longer needed? Thanks for any info on this. Regards, Michal Ruprich On 8/7/20 7:45 AM, Rupert Gallagher via rsync wrote:> Rsync 3.2.2 ransfer rate on my pet hardware is really poor, so every > improvement counts. > > I noted that rsync writes a gmon file on the source path and leaves it > there when it terminates. When the source path is read-only, rsync > complains that it cannot write in it. For optimal use of the input > bus, no write commands should be used there. Can you look into it? > > Also, I have 12GB of cache in ecc ram that rsync is not using. I can > tell because I see frantic io from the leds of the disks when rsync is > the only running process. Can you add an option to maximise the use of > ram cache? > > Thank you! > > > -------- Original Message -------- > On 7 Aug 2020, 07:15, Wayne Davison via rsync < rsync at lists.samba.org> > wrote: > I?have released rsync 3.2.3.? It contains a smattering of bug fixes > and various enhancements. > > To see a summary of all the recent changes, visit this link: > > ? ? https://rsync.samba.org/ <<a > href=>ftp/rsync/NEWS#3.2.3">https://rsync.samba.org/ftp/rsync/NEWS#3.2.3 > > You can download the source tar file and its signature from here: > > ? ? https://rsync.samba.org/ <<a > href=>ftp/rsync/rsync-3.2.3.tar.gz">https://rsync.samba.org/ftp/rsync/rsync-3.2.3.tar.gz > ? ? https://rsync.samba.org/ <<a > href=>ftp/rsync/rsync-3.2.3.tar.gz">https://rsync.samba.org/ftp/rsync/rsync-3.2.3.tar.gz.asc > > See the website for other downloads, including diffs, patches, etc.: > > ? ? https://rsync.samba.org/ > > See also rsync on github: > > ? ? https://github.com/WayneD/rsync > > ..wayne.. >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20200807/f1cd2790/attachment.htm>
On Thu, Aug 6, 2020 at 10:46 PM Rupert Gallagher wrote:> I noted that rsync writes a gmon file on the source path and leaves it > there when it terminates.Nope, it doesn't. You'll need to figure out what's going on with your setup. Also, I have 12GB of cache in ecc ram that rsync is not using.>It uses whatever memory it needs plus whatever filesystem caching your OS provides. ..wayne.. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20200807/12d90629/attachment.htm>