patches - Re: new release 3.4.0 - critical security release

2025-01-18 Thread Madhu via rsync
* "rsync.project via rsync" : Wrote on Wed, 15 Jan 2025 09:34:10 +1100: > sorry about the prefix changes in rsync-patches. We're going to be dropping > the whole rsync-patches system soon anyway, as it really isn't working > well. It was supposed to be a staging area where users would test the >

Subject: Re: What could cause rsync to kill ssh?

2023-06-12 Thread Madhu via rsync
* Albert Croft via rsync : Wrote on Sat, 3 Jun 2023 11:52:56 -0500: > You say, "knocking my ssh session offline on all terminals and it > blocks ssh from being able to connect again. Even restarting sshd > doesn't help". > > Questions: > * Is the network stack on the affected machine still activ

strange crash with md5p8.diff + xxhash

2020-09-27 Thread Madhu via rsync
With rsync-patches/md5p8.diff and --enable-xxhash % gdb --args ./rsync --version Using host libthread_db library "/lib64/libthread_db.so.1". rsync version v3.2.3-29-ge55788bd protocol version 31 Copyright (C) 1996-2020 by Andrew Tridgell, Wayne Davison, and others. Web site: https://rsync.samba.

resubscribe this ml at gmane.io

2020-05-19 Thread Madhu via rsync
I believe this group used to be available through NNTP on gmane, but the last message seems to be dated "Sun, 15 Jan 2017 14:15:25 +" It is not clear why the messages stopped being sent to gmane at that point. gmane itself thinks it is still subscribed and there is an automated web admin inter

atimes+ctimes patch

2020-03-16 Thread Madhu via rsync
schilytools star has the ability to restore ctimes from tarfiles. This is useful when restoring filesystems as root in single user mode, and I thought I'd like rsync to do the same. I started working off the rsync-patches/atimes.diff patch but noticed that this patch is buggy and presently does no

difference in behaviour of --filter --delete: cmdline vs. file

2019-08-07 Thread Madhu via rsync
Hello, I want to avoid transferring a file which is present both on the source tree and on the target tree when calling rsync with -a --delete. mkdir -pv src/ dst/ echo file1 > src/file echo file2 > dst/file rsync -navi --delete --exclude file src/ dst/ works as expected. The file is not transf